Html Css Color HEX #5C8BDB Cornflower Blue

📋 copy color: '#5C8BDB'

red 92 ◦ green 139 ◦ blue 219

#5C8BDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #5C8BDB

Tints of Cornflower Blue #5C8BDB

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 value IS 0.58

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5C8BDB (or 0x5C8BDB) is known color: 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

RGB 92 139 219 -
CMYK 0.58 0.37 0 0.14
HSL 217.8º 0.64% 0.61% -
HSV(B) 217.8º 0.58% 0.86% -
XYZ 26.43 25.86 70.62 -
YUV 134.07 175.93 98 -
System Red Green Blue C M Y K H S L
Decimal 92 139 219 0.58 0.37 0 0.14 217.8 0.64 0.61
Hex 5C 8B DB 3A 25 0 E DA 40 3D
Octal 134 213 333 72 45 0 16 332 100 75
Binary 1011100 10001011 11011011 111010 100101 0 1110 11011010 1000000 111101

Color Harmonies of #5C8BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C8BDB

Black with #5C8BDB

Text Example


Text Example

White with #5C8BDB

Text Example


Text Example

HTML Codes & Css Web 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>