Html Css Color HEX #5B7EFF Cornflower Blue

📋 copy color: '#5B7EFF'

red 91 ◦ green 126 ◦ blue 255

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

Shades of Cornflower Blue #5B7EFF

Tints of Cornflower Blue #5B7EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.03%

R = 19.28%
G = 26.69%
B = 54.03%

CMYK

 C value IS 0.64

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5B7EFF (or 0x5B7EFF) is known color: Cornflower Blue. HEX triplet: 5B, 7E and FF. RGB value is (91,126,255). Sum of RGB (Red+Green+Blue) = 91+126+255=472 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.28% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #5B7EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B7EFF is #A48100. Grayscale: #818181. Windows color (decimal): -10780929 or 16744027. OLE color: 16744027.

HSL color Cylindrical-coordinate representation of color #5B7EFF: hue angle of 227.2º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B7EFF is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 91 126 255 -
CMYK 0.64 0.51 0 0
HSL 227.2º 1% 0.68% -
HSV(B) 227.2º 0.64% 1% -
XYZ 29.83 24.37 97.74 -
YUV 130.24 198.4 100.01 -
System Red Green Blue C M Y K H S L
Decimal 91 126 255 0.64 0.51 0 0 227.2 1 0.68
Hex 5B 7E FF 40 33 0 0 E3 64 44
Octal 133 176 377 100 63 0 0 343 144 104
Binary 1011011 1111110 11111111 1000000 110011 0 0 11100011 1100100 1000100

Color Harmonies of #5B7EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7EFF

Black with #5B7EFF

Text Example


Text Example

White with #5B7EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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