Html Css Color HEX #5D88EC Cornflower Blue

📋 copy color: '#5D88EC'

red 93 ◦ green 136 ◦ blue 236

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

Shades of Cornflower Blue #5D88EC

Tints of Cornflower Blue #5D88EC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.25%

 BLUE value IS 236 (92.58% from 255) = 50.75%

R = 20%
G = 29.25%
B = 50.75%

CMYK

 C value IS 0.61

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5D88EC (or 0x5D88EC) is known color: Cornflower Blue. HEX triplet: 5D, 88 and EC. RGB value is (93,136,236). Sum of RGB (Red+Green+Blue) = 93+136+236=465 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #5D88EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D88EC is #A27713. Grayscale: #868686. Windows color (decimal): -10647316 or 15501405. OLE color: 15501405.

HSL color Cylindrical-coordinate representation of color #5D88EC: hue angle of 221.96º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D88EC is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 93 136 236 -
CMYK 0.61 0.42 0 0.07
HSL 221.96º 0.79% 0.65% -
HSV(B) 221.96º 0.61% 0.93% -
XYZ 28.46 25.99 82.87 -
YUV 134.54 185.25 98.37 -
System Red Green Blue C M Y K H S L
Decimal 93 136 236 0.61 0.42 0 0.07 221.96 0.79 0.65
Hex 5D 88 EC 3D 2A 0 7 DE 4F 41
Octal 135 210 354 75 52 0 7 336 117 101
Binary 1011101 10001000 11101100 111101 101010 0 111 11011110 1001111 1000001

Color Harmonies of #5D88EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D88EC

Black with #5D88EC

Text Example


Text Example

White with #5D88EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,136,236); }

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

background-color css

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

 a { background-color: rgb(93,136,236); }

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

border-color css

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

 span { border-color: rgb(93,136,236); }

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