Html Css Color HEX #5D86EF Cornflower Blue

📋 copy color: '#5D86EF'

red 93 ◦ green 134 ◦ blue 239

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

Shades of Cornflower Blue #5D86EF

Tints of Cornflower Blue #5D86EF

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.76%

 BLUE value IS 239 (93.75% from 255) = 51.29%

R = 19.96%
G = 28.76%
B = 51.29%

CMYK

 C value IS 0.61

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5D86EF (or 0x5D86EF) is known color: Cornflower Blue. HEX triplet: 5D, 86 and EF. RGB value is (93,134,239). Sum of RGB (Red+Green+Blue) = 93+134+239=466 (61% of max value = 765). Red value is 93 (36.72% from 255 or 19.96% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #5D86EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D86EF is #A27910. Grayscale: #858585. Windows color (decimal): -10647825 or 15697501. OLE color: 15697501.

HSL color Cylindrical-coordinate representation of color #5D86EF: hue angle of 223.15º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D86EF is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 93 134 239 -
CMYK 0.61 0.44 0 0.06
HSL 223.15º 0.82% 0.65% -
HSV(B) 223.15º 0.61% 0.94% -
XYZ 28.62 25.61 85.1 -
YUV 133.71 187.42 98.96 -
System Red Green Blue C M Y K H S L
Decimal 93 134 239 0.61 0.44 0 0.06 223.15 0.82 0.65
Hex 5D 86 EF 3D 2C 0 6 DF 52 41
Octal 135 206 357 75 54 0 6 337 122 101
Binary 1011101 10000110 11101111 111101 101100 0 110 11011111 1010010 1000001

Color Harmonies of #5D86EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D86EF

Black with #5D86EF

Text Example


Text Example

White with #5D86EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,134,239); }

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

background-color css

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

 a { background-color: rgb(93,134,239); }

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

border-color css

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

 span { border-color: rgb(93,134,239); }

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