#7B9CFC

Color #7B9CFC Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #7B9CFC

Tints of Cornflower Blue #7B9CFC

Color information

#7B9CFC (or 0x7B9CFC) is unknown color: approx Cornflower Blue. HEX triplet: 7B, 9C and FC. RGB value is (123,156,252). Sum of RGB (Red+Green+Blue) = 123+156+252=531 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.16% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #7B9CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B9CFC is #846303. Grayscale: #9C9C9C. Windows color (decimal): -8676100 or 16555131. OLE color: 16555131.

HSL color Cylindrical-coordinate representation of color #7B9CFC: hue angle of 224.65º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B9CFC is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB123156252-
CMYK0.510.3800.01
HSL224.65º95.56%73.53%-
HSV(B)224.65º51.19%98.82%-
XYZ37.6335.0296.87-
YUV157.08181.57103.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 23.16%
GREEN value IS 156 (61.33% from 255) = 29.38%
BLUE value IS 252 (98.83% from 255) = 47.46%
R=23.16%
G=29.38%
B=47.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1231562520.510.3800.01224.6595.5673.53
Hex7B9CFC332601e1604a
Octal173234374634601341140112
Binary11110111001110011111100110011100110011110000111000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B9CFC; }

 p { color: rgb(123,156,252); }

 H1.HeaderClassName
 {
   color: #7B9CFC;
 }
 .AnyTagClassName
 {
   color: #7B9CFC;
 }
</style>
background-color css

<style>
 a { background-color: #7B9CFC; }

 a { background-color: rgb(123,156,252); }

 div.DivClassName
 {
   background-color: #7B9CFC;
 }
 .BgClassName
 {
   background-color: #7B9CFC;
 }
</style>
border-color css

<style>
 span { border-color: #7B9CFC; }

 span { border-color: rgb(123,156,252); }

 td.TdClassName
 {
   border-color: #7B9CFC;
 }
 .TagClassName
 {
   border-color: #7B9CFC;
 }
</style>