Html Css Color HEX #5B8AFF Cornflower Blue

📋 copy color: '#5B8AFF'

red 91 ◦ green 138 ◦ blue 255

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

Shades of Cornflower Blue #5B8AFF

Tints of Cornflower Blue #5B8AFF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.51%

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

R = 18.8%
G = 28.51%
B = 52.69%

CMYK

 C value IS 0.64

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5B8AFF (or 0x5B8AFF) is known color: Cornflower Blue. HEX triplet: 5B, 8A and FF. RGB value is (91,138,255). Sum of RGB (Red+Green+Blue) = 91+138+255=484 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.80% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #5B8AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B8AFF is #A47500. Grayscale: #888888. Windows color (decimal): -10777857 or 16747099. OLE color: 16747099.

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

Color convert

RGB 91 138 255 -
CMYK 0.64 0.46 0 0
HSL 222.8º 1% 0.68% -
HSV(B) 222.8º 0.64% 1% -
XYZ 31.45 27.62 98.28 -
YUV 137.29 194.43 94.99 -
System Red Green Blue C M Y K H S L
Decimal 91 138 255 0.64 0.46 0 0 222.8 1 0.68
Hex 5B 8A FF 40 2E 0 0 DF 64 44
Octal 133 212 377 100 56 0 0 337 144 104
Binary 1011011 10001010 11111111 1000000 101110 0 0 11011111 1100100 1000100

Color Harmonies of #5B8AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B8AFF

Black with #5B8AFF

Text Example


Text Example

White with #5B8AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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