Html Css Color HEX #5B7EE1 Cornflower Blue

📋 copy color: '#5B7EE1'

red 91 ◦ green 126 ◦ blue 225

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

Shades of Cornflower Blue #5B7EE1

Tints of Cornflower Blue #5B7EE1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.51%

 BLUE value IS 225 (88.28% from 255) = 50.9%

R = 20.59%
G = 28.51%
B = 50.9%

CMYK

 C value IS 0.60

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5B7EE1 (or 0x5B7EE1) is known color: Cornflower Blue. HEX triplet: 5B, 7E and E1. RGB value is (91,126,225). Sum of RGB (Red+Green+Blue) = 91+126+225=442 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.59% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 225 (88.28% from 255 or 50.90% from 442); Max value from RGB is 225 - color contains mainly: blue. Hex color #5B7EE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7EE1 is #A4811E. Grayscale: #7E7E7E. Windows color (decimal): -10780959 or 14777947. OLE color: 14777947.

HSL color Cylindrical-coordinate representation of color #5B7EE1: hue angle of 224.33º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B7EE1 is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 91 126 225 -
CMYK 0.60 0.44 0 0.12
HSL 224.33º 0.69% 0.62% -
HSV(B) 224.33º 0.6% 0.88% -
XYZ 25.37 22.58 74.26 -
YUV 126.82 183.4 102.45 -
System Red Green Blue C M Y K H S L
Decimal 91 126 225 0.60 0.44 0 0.12 224.33 0.69 0.62
Hex 5B 7E E1 3C 2C 0 C E0 45 3E
Octal 133 176 341 74 54 0 14 340 105 76
Binary 1011011 1111110 11100001 111100 101100 0 1100 11100000 1000101 111110

Color Harmonies of #5B7EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7EE1

Black with #5B7EE1

Text Example


Text Example

White with #5B7EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,126,225); }

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

background-color css

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

 a { background-color: rgb(91,126,225); }

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

border-color css

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

 span { border-color: rgb(91,126,225); }

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