Html Css Color HEX #5D89FE Cornflower Blue

📋 copy color: '#5D89FE'

red 93 ◦ green 137 ◦ blue 254

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

Shades of Cornflower Blue #5D89FE

Tints of Cornflower Blue #5D89FE

RGB

 RED value IS 93 (36.72% from 255) = 19.21%

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

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

R = 19.21%
G = 28.31%
B = 52.48%

CMYK

 C value IS 0.63

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5D89FE (or 0x5D89FE) is known color: Cornflower Blue. HEX triplet: 5D, 89 and FE. RGB value is (93,137,254). Sum of RGB (Red+Green+Blue) = 93+137+254=484 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.21% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #5D89FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D89FE is #A27601. Grayscale: #888888. Windows color (decimal): -10647042 or 16681309. OLE color: 16681309.

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

Color convert

RGB 93 137 254 -
CMYK 0.63 0.46 0 0.00
HSL 223.6º 0.99% 0.68% -
HSV(B) 223.6º 0.63% 1% -
XYZ 31.35 27.37 97.4 -
YUV 137.18 193.92 96.49 -
System Red Green Blue C M Y K H S L
Decimal 93 137 254 0.63 0.46 0 0.00 223.6 0.99 0.68
Hex 5D 89 FE 3F 2E 0 0 E0 63 44
Octal 135 211 376 77 56 0 0 340 143 104
Binary 1011101 10001001 11111110 111111 101110 0 0 11100000 1100011 1000100

Color Harmonies of #5D89FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D89FE

Black with #5D89FE

Text Example


Text Example

White with #5D89FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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