#5C9BF3

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

Shades of Cornflower Blue #5C9BF3

Tints of Cornflower Blue #5C9BF3

Color information

#5C9BF3 (or 0x5C9BF3) is unknown color: approx Cornflower Blue. HEX triplet: 5C, 9B and F3. RGB value is (92,155,243). Sum of RGB (Red+Green+Blue) = 92+155+243=490 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.78% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 243 (95.31% from 255 or 49.59% from 490); Max value from RGB is 243 - color contains mainly: blue. Hex color #5C9BF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C9BF3 is #A3640C. Grayscale: #919191. Windows color (decimal): -10707981 or 15965020. OLE color: 15965020.

HSL color Cylindrical-coordinate representation of color #5C9BF3: hue angle of 214.97º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C9BF3 is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB92155243-
CMYK0.620.3600.05
HSL214.97º86.29%65.69%-
HSV(B)214.97º62.14%95.29%-
XYZ32.3132.1989.3-
YUV146.2182.6389.34-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.78%
GREEN value IS 155 (60.94% from 255) = 31.63%
BLUE value IS 243 (95.31% from 255) = 49.59%
R=18.78%
G=31.63%
B=49.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal921552430.620.3600.05214.9786.2965.69
Hex5C9BF33E2405d75642
Octal134233363764405327126102
Binary1011100100110111111001111111010010001011101011110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C9BF3; }

 p { color: rgb(92,155,243); }

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

<style>
 a { background-color: #5C9BF3; }

 a { background-color: rgb(92,155,243); }

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

<style>
 span { border-color: #5C9BF3; }

 span { border-color: rgb(92,155,243); }

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