Html Css Color HEX #5985EA Cornflower Blue

📋 copy color: '#5985EA'

red 89 ◦ green 133 ◦ blue 234

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

Shades of Cornflower Blue #5985EA

Tints of Cornflower Blue #5985EA

RGB

 RED value IS 89 (35.16% from 255) = 19.52%

 GREEN value IS 133 (52.34% from 255) = 29.17%

 BLUE value IS 234 (91.8% from 255) = 51.32%

R = 19.52%
G = 29.17%
B = 51.32%

CMYK

 C value IS 0.62

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5985EA (or 0x5985EA) is known color: Cornflower Blue. HEX triplet: 59, 85 and EA. RGB value is (89,133,234). Sum of RGB (Red+Green+Blue) = 89+133+234=456 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.52% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #5985EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5985EA is #A67A15. Grayscale: #828282. Windows color (decimal): -10910230 or 15369561. OLE color: 15369561.

HSL color Cylindrical-coordinate representation of color #5985EA: hue angle of 221.79º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5985EA is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 89 133 234 -
CMYK 0.62 0.43 0 0.08
HSL 221.79º 0.78% 0.63% -
HSV(B) 221.79º 0.62% 0.92% -
XYZ 27.36 24.84 81.19 -
YUV 131.36 185.92 97.79 -
System Red Green Blue C M Y K H S L
Decimal 89 133 234 0.62 0.43 0 0.08 221.79 0.78 0.63
Hex 59 85 EA 3E 2B 0 8 DE 4E 3F
Octal 131 205 352 76 53 0 10 336 116 77
Binary 1011001 10000101 11101010 111110 101011 0 1000 11011110 1001110 111111

Color Harmonies of #5985EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5985EA

Black with #5985EA

Text Example


Text Example

White with #5985EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5985EA; }

 p { color: rgb(89,133,234); }

 H1.HeaderClassName
 {
   color: #5985EA;
 }
 .AnyTagClassName
 {
   color: #5985EA;
 }
</style>

background-color css

<style>
 a { background-color: #5985EA; }

 a { background-color: rgb(89,133,234); }

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

border-color css

<style>
 span { border-color: #5985EA; }

 span { border-color: rgb(89,133,234); }

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