Html Css Color HEX #5DA8DD Picton Blue

📋 copy color: '#5DA8DD'

red 93 ◦ green 168 ◦ blue 221

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

Shades of Picton Blue #5DA8DD

Tints of Picton Blue #5DA8DD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.85%

 BLUE value IS 221 (86.72% from 255) = 45.85%

R = 19.29%
G = 34.85%
B = 45.85%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5DA8DD (or 0x5DA8DD) is known color: Picton Blue. HEX triplet: 5D, A8 and DD. RGB value is (93,168,221). Sum of RGB (Red+Green+Blue) = 93+168+221=482 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.29% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #5DA8DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DA8DD is #A25722. Grayscale: #979797. Windows color (decimal): -10639139 or 14526557. OLE color: 14526557.

HSL color Cylindrical-coordinate representation of color #5DA8DD: hue angle of 204.84º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DA8DD is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 93 168 221 -
CMYK 0.58 0.24 0 0.13
HSL 204.84º 0.65% 0.62% -
HSV(B) 204.84º 0.58% 0.87% -
XYZ 31.57 35.55 73.61 -
YUV 151.62 167.15 86.19 -
System Red Green Blue C M Y K H S L
Decimal 93 168 221 0.58 0.24 0 0.13 204.84 0.65 0.62
Hex 5D A8 DD 3A 18 0 D CD 41 3E
Octal 135 250 335 72 30 0 15 315 101 76
Binary 1011101 10101000 11011101 111010 11000 0 1101 11001101 1000001 111110

Color Harmonies of #5DA8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA8DD

Black with #5DA8DD

Text Example


Text Example

White with #5DA8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,168,221); }

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

background-color css

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

 a { background-color: rgb(93,168,221); }

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

border-color css

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

 span { border-color: rgb(93,168,221); }

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