Html Css Color HEX #5B7FFF Cornflower Blue

📋 copy color: '#5B7FFF'

red 91 ◦ green 127 ◦ blue 255

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

Shades of Cornflower Blue #5B7FFF

Tints of Cornflower Blue #5B7FFF

RGB

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

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

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

R = 19.24%
G = 26.85%
B = 53.91%

CMYK

 C value IS 0.64

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5B7FFF (or 0x5B7FFF) is known color: Cornflower Blue. HEX triplet: 5B, 7F and FF. RGB value is (91,127,255). Sum of RGB (Red+Green+Blue) = 91+127+255=473 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.24% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #5B7FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B7FFF is #A48000. Grayscale: #828282. Windows color (decimal): -10780673 or 16744283. OLE color: 16744283.

HSL color Cylindrical-coordinate representation of color #5B7FFF: hue angle of 226.83º 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 #5B7FFF is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 91 127 255 -
CMYK 0.64 0.50 0 0
HSL 226.83º 1% 0.68% -
HSV(B) 226.83º 0.64% 1% -
XYZ 29.95 24.62 97.78 -
YUV 130.83 198.07 99.59 -
System Red Green Blue C M Y K H S L
Decimal 91 127 255 0.64 0.50 0 0 226.83 1 0.68
Hex 5B 7F FF 40 32 0 0 E3 64 44
Octal 133 177 377 100 62 0 0 343 144 104
Binary 1011011 1111111 11111111 1000000 110010 0 0 11100011 1100100 1000100

Color Harmonies of #5B7FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7FFF

Black with #5B7FFF

Text Example


Text Example

White with #5B7FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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