#7B9CF2

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

Shades of Cornflower Blue #7B9CF2

Tints of Cornflower Blue #7B9CF2

Color information

#7B9CF2 (or 0x7B9CF2) is unknown color: approx Cornflower Blue. HEX triplet: 7B, 9C and F2. RGB value is (123,156,242). Sum of RGB (Red+Green+Blue) = 123+156+242=521 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.61% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #7B9CF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B9CF2 is #84630D. Grayscale: #9B9B9B. Windows color (decimal): -8676110 or 15899771. OLE color: 15899771.

HSL color Cylindrical-coordinate representation of color #7B9CF2: hue angle of 223.36º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B9CF2 is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB123156242-
CMYK0.490.3600.05
HSL223.36º82.07%71.57%-
HSV(B)223.36º49.17%94.9%-
XYZ36.0834.488.74-
YUV155.94176.57104.51-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.61%
GREEN value IS 156 (61.33% from 255) = 29.94%
BLUE value IS 242 (94.92% from 255) = 46.45%
R=23.61%
G=29.94%
B=46.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1231562420.490.3600.05223.3682.0771.57
Hex7B9CF2312405df5248
Octal173234362614405337122110
Binary1111011100111001111001011000110010001011101111110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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