#5C8BDB

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

Shades of Cornflower Blue #5C8BDB

Tints of Cornflower Blue #5C8BDB

Color information

#5C8BDB (or 0x5C8BDB) is unknown color: approx Cornflower Blue. HEX triplet: 5C, 8B and DB. RGB value is (92,139,219). Sum of RGB (Red+Green+Blue) = 92+139+219=450 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.44% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #5C8BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C8BDB is #A37424. Grayscale: #858585. Windows color (decimal): -10712101 or 14388060. OLE color: 14388060.

HSL color Cylindrical-coordinate representation of color #5C8BDB: hue angle of 217.8º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C8BDB is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB92139219-
CMYK0.580.3700.14
HSL217.8º63.82%60.98%-
HSV(B)217.8º57.99%85.88%-
XYZ26.4325.8670.62-
YUV134.07175.9398-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.44%
GREEN value IS 139 (54.69% from 255) = 30.89%
BLUE value IS 219 (85.94% from 255) = 48.67%
R=20.44%
G=30.89%
B=48.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal921392190.580.3700.14217.863.8260.98
Hex5C8BDB3A250Eda403d
Octal134213333724501633210075
Binary1011100100010111101101111101010010101110110110101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,139,219); }

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

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

 a { background-color: rgb(92,139,219); }

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

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

 span { border-color: rgb(92,139,219); }

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