Html Css Color HEX #5B7FDC Cornflower Blue

📋 copy color: '#5B7FDC'

red 91 ◦ green 127 ◦ blue 220

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

Shades of Cornflower Blue #5B7FDC

Tints of Cornflower Blue #5B7FDC

RGB

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

 GREEN value IS 127 (50% from 255) = 29%

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

R = 20.78%
G = 29%
B = 50.23%

CMYK

 C value IS 0.59

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5B7FDC (or 0x5B7FDC) is known color: Cornflower Blue. HEX triplet: 5B, 7F and DC. RGB value is (91,127,220). Sum of RGB (Red+Green+Blue) = 91+127+220=438 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.78% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #5B7FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7FDC is #A48023. Grayscale: #7E7E7E. Windows color (decimal): -10780708 or 14450523. OLE color: 14450523.

HSL color Cylindrical-coordinate representation of color #5B7FDC: hue angle of 223.26º 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 #5B7FDC is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 91 127 220 -
CMYK 0.59 0.42 0 0.14
HSL 223.26º 0.65% 0.61% -
HSV(B) 223.26º 0.59% 0.86% -
XYZ 24.82 22.57 70.76 -
YUV 126.84 180.57 102.44 -
System Red Green Blue C M Y K H S L
Decimal 91 127 220 0.59 0.42 0 0.14 223.26 0.65 0.61
Hex 5B 7F DC 3B 2A 0 E DF 41 3D
Octal 133 177 334 73 52 0 16 337 101 75
Binary 1011011 1111111 11011100 111011 101010 0 1110 11011111 1000001 111101

Color Harmonies of #5B7FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7FDC

Black with #5B7FDC

Text Example


Text Example

White with #5B7FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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