Html Css Color HEX #5B8AFB Cornflower Blue

📋 copy color: '#5B8AFB'

red 91 ◦ green 138 ◦ blue 251

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

Shades of Cornflower Blue #5B8AFB

Tints of Cornflower Blue #5B8AFB

RGB

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

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

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

R = 18.96%
G = 28.75%
B = 52.29%

CMYK

 C value IS 0.64

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5B8AFB (or 0x5B8AFB) is known color: Cornflower Blue. HEX triplet: 5B, 8A and FB. RGB value is (91,138,251). Sum of RGB (Red+Green+Blue) = 91+138+251=480 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.96% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #5B8AFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B8AFB is #A47504. Grayscale: #888888. Windows color (decimal): -10777861 or 16484955. OLE color: 16484955.

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

Color convert

RGB 91 138 251 -
CMYK 0.64 0.45 0 0.02
HSL 222.38º 0.95% 0.67% -
HSV(B) 222.38º 0.64% 0.98% -
XYZ 30.82 27.37 94.92 -
YUV 136.83 192.43 95.31 -
System Red Green Blue C M Y K H S L
Decimal 91 138 251 0.64 0.45 0 0.02 222.38 0.95 0.67
Hex 5B 8A FB 40 2D 0 2 DE 5F 43
Octal 133 212 373 100 55 0 2 336 137 103
Binary 1011011 10001010 11111011 1000000 101101 0 10 11011110 1011111 1000011

Color Harmonies of #5B8AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B8AFB

Black with #5B8AFB

Text Example


Text Example

White with #5B8AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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