Html Css Color HEX #5B7EEF Cornflower Blue

📋 copy color: '#5B7EEF'

red 91 ◦ green 126 ◦ blue 239

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

Shades of Cornflower Blue #5B7EEF

Tints of Cornflower Blue #5B7EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.41%

R = 19.96%
G = 27.63%
B = 52.41%

CMYK

 C value IS 0.62

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5B7EEF (or 0x5B7EEF) is known color: Cornflower Blue. HEX triplet: 5B, 7E and EF. RGB value is (91,126,239). Sum of RGB (Red+Green+Blue) = 91+126+239=456 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.96% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #5B7EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B7EEF is #A48110. Grayscale: #7F7F7F. Windows color (decimal): -10780945 or 15695451. OLE color: 15695451.

HSL color Cylindrical-coordinate representation of color #5B7EEF: hue angle of 225.81º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B7EEF is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 91 126 239 -
CMYK 0.62 0.47 0 0.06
HSL 225.81º 0.82% 0.65% -
HSV(B) 225.81º 0.62% 0.94% -
XYZ 27.36 23.38 84.73 -
YUV 128.42 190.4 101.31 -
System Red Green Blue C M Y K H S L
Decimal 91 126 239 0.62 0.47 0 0.06 225.81 0.82 0.65
Hex 5B 7E EF 3E 2F 0 6 E2 52 41
Octal 133 176 357 76 57 0 6 342 122 101
Binary 1011011 1111110 11101111 111110 101111 0 110 11100010 1010010 1000001

Color Harmonies of #5B7EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7EEF

Black with #5B7EEF

Text Example


Text Example

White with #5B7EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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