Html Css Color HEX #5889FE Cornflower Blue

📋 copy color: '#5889FE'

red 88 ◦ green 137 ◦ blue 254

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

Shades of Cornflower Blue #5889FE

Tints of Cornflower Blue #5889FE

RGB

 RED value IS 88 (34.77% from 255) = 18.37%

 GREEN value IS 137 (53.91% from 255) = 28.6%

 BLUE value IS 254 (99.61% from 255) = 53.03%

R = 18.37%
G = 28.6%
B = 53.03%

CMYK

 C value IS 0.65

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5889FE (or 0x5889FE) is known color: Cornflower Blue. HEX triplet: 58, 89 and FE. RGB value is (88,137,254). Sum of RGB (Red+Green+Blue) = 88+137+254=479 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.37% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #5889FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5889FE is #A77601. Grayscale: #878787. Windows color (decimal): -10974722 or 16681304. OLE color: 16681304.

HSL color Cylindrical-coordinate representation of color #5889FE: hue angle of 222.29º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5889FE is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 88 137 254 -
CMYK 0.65 0.46 0 0.00
HSL 222.29º 0.99% 0.67% -
HSV(B) 222.29º 0.65% 1% -
XYZ 30.86 27.12 97.37 -
YUV 135.69 194.77 93.99 -
System Red Green Blue C M Y K H S L
Decimal 88 137 254 0.65 0.46 0 0.00 222.29 0.99 0.67
Hex 58 89 FE 41 2E 0 0 DE 63 43
Octal 130 211 376 101 56 0 0 336 143 103
Binary 1011000 10001001 11111110 1000001 101110 0 0 11011110 1100011 1000011

Color Harmonies of #5889FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5889FE

Black with #5889FE

Text Example


Text Example

White with #5889FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5889FE; }

 p { color: rgb(88,137,254); }

 H1.HeaderClassName
 {
   color: #5889FE;
 }
 .AnyTagClassName
 {
   color: #5889FE;
 }
</style>

background-color css

<style>
 a { background-color: #5889FE; }

 a { background-color: rgb(88,137,254); }

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

border-color css

<style>
 span { border-color: #5889FE; }

 span { border-color: rgb(88,137,254); }

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