Html Css Color HEX #5DA6EF Cornflower Blue

📋 copy color: '#5DA6EF'

red 93 ◦ green 166 ◦ blue 239

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

Shades of Cornflower Blue #5DA6EF

Tints of Cornflower Blue #5DA6EF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.33%

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

R = 18.67%
G = 33.33%
B = 47.99%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5DA6EF (or 0x5DA6EF) is known color: Cornflower Blue. HEX triplet: 5D, A6 and EF. RGB value is (93,166,239). Sum of RGB (Red+Green+Blue) = 93+166+239=498 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.67% from 498); Green value is 166 (65.23% from 255 or 33.33% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #5DA6EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DA6EF is #A25910. Grayscale: #989898. Windows color (decimal): -10639633 or 15705693. OLE color: 15705693.

HSL color Cylindrical-coordinate representation of color #5DA6EF: hue angle of 210º 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 #5DA6EF is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 93 166 239 -
CMYK 0.61 0.31 0 0.06
HSL 210º 0.82% 0.65% -
HSV(B) 210º 0.61% 0.94% -
XYZ 33.73 35.83 86.8 -
YUV 152.5 176.82 85.56 -
System Red Green Blue C M Y K H S L
Decimal 93 166 239 0.61 0.31 0 0.06 210 0.82 0.65
Hex 5D A6 EF 3D 1F 0 6 D2 52 41
Octal 135 246 357 75 37 0 6 322 122 101
Binary 1011101 10100110 11101111 111101 11111 0 110 11010010 1010010 1000001

Color Harmonies of #5DA6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA6EF

Black with #5DA6EF

Text Example


Text Example

White with #5DA6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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