Html Css Color HEX #5B7EFB Cornflower Blue

📋 copy color: '#5B7EFB'

red 91 ◦ green 126 ◦ blue 251

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

Shades of Cornflower Blue #5B7EFB

Tints of Cornflower Blue #5B7EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.63%

R = 19.44%
G = 26.92%
B = 53.63%

CMYK

 C value IS 0.64

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5B7EFB (or 0x5B7EFB) is known color: Cornflower Blue. HEX triplet: 5B, 7E and FB. RGB value is (91,126,251). Sum of RGB (Red+Green+Blue) = 91+126+251=468 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.44% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #5B7EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B7EFB is #A48104. Grayscale: #818181. Windows color (decimal): -10780933 or 16481883. OLE color: 16481883.

HSL color Cylindrical-coordinate representation of color #5B7EFB: hue angle of 226.88º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B7EFB is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 91 126 251 -
CMYK 0.64 0.50 0 0.02
HSL 226.88º 0.95% 0.67% -
HSV(B) 226.88º 0.64% 0.98% -
XYZ 29.19 24.11 94.38 -
YUV 129.79 196.4 100.34 -
System Red Green Blue C M Y K H S L
Decimal 91 126 251 0.64 0.50 0 0.02 226.88 0.95 0.67
Hex 5B 7E FB 40 32 0 2 E3 5F 43
Octal 133 176 373 100 62 0 2 343 137 103
Binary 1011011 1111110 11111011 1000000 110010 0 10 11100011 1011111 1000011

Color Harmonies of #5B7EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7EFB

Black with #5B7EFB

Text Example


Text Example

White with #5B7EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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