Html Css Color HEX #5B8FED Cornflower Blue

📋 copy color: '#5B8FED'

red 91 ◦ green 143 ◦ blue 237

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

Shades of Cornflower Blue #5B8FED

Tints of Cornflower Blue #5B8FED

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.36%

 BLUE value IS 237 (92.97% from 255) = 50.32%

R = 19.32%
G = 30.36%
B = 50.32%

CMYK

 C value IS 0.62

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5B8FED (or 0x5B8FED) is known color: Cornflower Blue. HEX triplet: 5B, 8F and ED. RGB value is (91,143,237). Sum of RGB (Red+Green+Blue) = 91+143+237=471 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.32% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #5B8FED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B8FED is #A47012. Grayscale: #898989. Windows color (decimal): -10776595 or 15568731. OLE color: 15568731.

HSL color Cylindrical-coordinate representation of color #5B8FED: hue angle of 218.63º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B8FED is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 91 143 237 -
CMYK 0.62 0.40 0 0.07
HSL 218.63º 0.8% 0.64% -
HSV(B) 218.63º 0.62% 0.93% -
XYZ 29.42 27.98 83.97 -
YUV 138.17 183.77 94.36 -
System Red Green Blue C M Y K H S L
Decimal 91 143 237 0.62 0.40 0 0.07 218.63 0.8 0.64
Hex 5B 8F ED 3E 28 0 7 DB 50 40
Octal 133 217 355 76 50 0 7 333 120 100
Binary 1011011 10001111 11101101 111110 101000 0 111 11011011 1010000 1000000

Color Harmonies of #5B8FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B8FED

Black with #5B8FED

Text Example


Text Example

White with #5B8FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,143,237); }

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

background-color css

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

 a { background-color: rgb(91,143,237); }

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

border-color css

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

 span { border-color: rgb(91,143,237); }

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