Html Css Color HEX #5D86EB Cornflower Blue

📋 copy color: '#5D86EB'

red 93 ◦ green 134 ◦ blue 235

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

Shades of Cornflower Blue #5D86EB

Tints of Cornflower Blue #5D86EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.87%

R = 20.13%
G = 29%
B = 50.87%

CMYK

 C value IS 0.60

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5D86EB (or 0x5D86EB) is known color: Cornflower Blue. HEX triplet: 5D, 86 and EB. RGB value is (93,134,235). Sum of RGB (Red+Green+Blue) = 93+134+235=462 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.13% from 462); Green value is 134 (52.73% from 255 or 29.00% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D86EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D86EB is #A27914. Grayscale: #848484. Windows color (decimal): -10647829 or 15435357. OLE color: 15435357.

HSL color Cylindrical-coordinate representation of color #5D86EB: hue angle of 222.68º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D86EB is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 93 134 235 -
CMYK 0.60 0.43 0 0.08
HSL 222.68º 0.78% 0.64% -
HSV(B) 222.68º 0.6% 0.92% -
XYZ 28.03 25.38 82.02 -
YUV 133.26 185.42 99.29 -
System Red Green Blue C M Y K H S L
Decimal 93 134 235 0.60 0.43 0 0.08 222.68 0.78 0.64
Hex 5D 86 EB 3C 2B 0 8 DF 4E 40
Octal 135 206 353 74 53 0 10 337 116 100
Binary 1011101 10000110 11101011 111100 101011 0 1000 11011111 1001110 1000000

Color Harmonies of #5D86EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D86EB

Black with #5D86EB

Text Example


Text Example

White with #5D86EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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