Html Css Color HEX #5B8EDC Cornflower Blue

📋 copy color: '#5B8EDC'

red 91 ◦ green 142 ◦ blue 220

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

Shades of Cornflower Blue #5B8EDC

Tints of Cornflower Blue #5B8EDC

RGB

 RED value IS 91 (35.94% from 255) = 20.09%

 GREEN value IS 142 (55.86% from 255) = 31.35%

 BLUE value IS 220 (86.33% from 255) = 48.57%

R = 20.09%
G = 31.35%
B = 48.57%

CMYK

 C value IS 0.59

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5B8EDC (or 0x5B8EDC) is known color: Cornflower Blue. HEX triplet: 5B, 8E and DC. RGB value is (91,142,220). Sum of RGB (Red+Green+Blue) = 91+142+220=453 (60% of max value = 765). Red value is 91 (35.94% from 255 or 20.09% from 453); Green value is 142 (55.86% from 255 or 31.35% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #5B8EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B8EDC is #A47123. Grayscale: #878787. Windows color (decimal): -10776868 or 14454363. OLE color: 14454363.

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

Color convert

RGB 91 142 220 -
CMYK 0.59 0.35 0 0.14
HSL 216.28º 0.65% 0.61% -
HSV(B) 216.28º 0.59% 0.86% -
XYZ 26.91 26.74 71.45 -
YUV 135.64 175.6 96.16 -
System Red Green Blue C M Y K H S L
Decimal 91 142 220 0.59 0.35 0 0.14 216.28 0.65 0.61
Hex 5B 8E DC 3B 23 0 E D8 41 3D
Octal 133 216 334 73 43 0 16 330 101 75
Binary 1011011 10001110 11011100 111011 100011 0 1110 11011000 1000001 111101

Color Harmonies of #5B8EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B8EDC

Black with #5B8EDC

Text Example


Text Example

White with #5B8EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,142,220); }

 H1.HeaderClassName
 {
   color: #5B8EDC;
 }
 .AnyTagClassName
 {
   color: #5B8EDC;
 }
</style>

background-color css

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

 a { background-color: rgb(91,142,220); }

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

border-color css

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

 span { border-color: rgb(91,142,220); }

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