Html Css Color HEX #0DA9FF Deep Sky Blue

📋 copy color: '#0DA9FF'

red 13 ◦ green 169 ◦ blue 255

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

Shades of Deep Sky Blue #0DA9FF

Tints of Deep Sky Blue #0DA9FF

RGB

 RED value IS 13 (5.47% from 255) = 2.97%

 GREEN value IS 169 (66.41% from 255) = 38.67%

 BLUE value IS 255 (100% from 255) = 58.35%

R = 2.97%
G = 38.67%
B = 58.35%

CMYK

 C value IS 0.95

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0DA9FF (or 0x0DA9FF) is known color: Deep Sky Blue. HEX triplet: 0D, A9 and FF. RGB value is (13,169,255). Sum of RGB (Red+Green+Blue) = 13+169+255=437 (57% of max value = 765). Red value is 13 (5.47% from 255 or 2.97% from 437); Green value is 169 (66.41% from 255 or 38.67% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #0DA9FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DA9FF is #F25600. Grayscale: #838383. Windows color (decimal): -15881729 or 16754957. OLE color: 16754957.

HSL color Cylindrical-coordinate representation of color #0DA9FF: hue angle of 201.32º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DA9FF is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 13 169 255 -
CMYK 0.95 0.34 0 0
HSL 201.32º 1% 0.53% -
HSV(B) 201.32º 0.95% 1% -
XYZ 32.4 35.68 99.79 -
YUV 132.16 197.32 43.01 -
System Red Green Blue C M Y K H S L
Decimal 13 169 255 0.95 0.34 0 0 201.32 1 0.53
Hex D A9 FF 5F 22 0 0 C9 64 35
Octal 15 251 377 137 42 0 0 311 144 65
Binary 1101 10101001 11111111 1011111 100010 0 0 11001001 1100100 110101

Color Harmonies of #0DA9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA9FF

Black with #0DA9FF

Text Example


Text Example

White with #0DA9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0DA9FF; }

 p { color: rgb(13,169,255); }

 H1.HeaderClassName
 {
   color: #0DA9FF;
 }
 .AnyTagClassName
 {
   color: #0DA9FF;
 }
</style>

background-color css

<style>
 a { background-color: #0DA9FF; }

 a { background-color: rgb(13,169,255); }

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

border-color css

<style>
 span { border-color: #0DA9FF; }

 span { border-color: rgb(13,169,255); }

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