Html Css Color HEX #0DADFF Deep Sky Blue

📋 copy color: '#0DADFF'

red 13 ◦ green 173 ◦ blue 255

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

Shades of Deep Sky Blue #0DADFF

Tints of Deep Sky Blue #0DADFF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.23%

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

R = 2.95%
G = 39.23%
B = 57.82%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0DADFF (or 0x0DADFF) is known color: Deep Sky Blue. HEX triplet: 0D, AD and FF. RGB value is (13,173,255). Sum of RGB (Red+Green+Blue) = 13+173+255=441 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.95% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #0DADFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DADFF is #F25200. Grayscale: #868686. Windows color (decimal): -15880705 or 16755981. OLE color: 16755981.

HSL color Cylindrical-coordinate representation of color #0DADFF: hue angle of 200.33º 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 #0DADFF is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 13 173 255 -
CMYK 0.95 0.32 0 0
HSL 200.33º 1% 0.53% -
HSV(B) 200.33º 0.95% 1% -
XYZ 33.16 37.19 100.04 -
YUV 134.51 195.99 41.33 -
System Red Green Blue C M Y K H S L
Decimal 13 173 255 0.95 0.32 0 0 200.33 1 0.53
Hex D AD FF 5F 20 0 0 C8 64 35
Octal 15 255 377 137 40 0 0 310 144 65
Binary 1101 10101101 11111111 1011111 100000 0 0 11001000 1100100 110101

Color Harmonies of #0DADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DADFF

Black with #0DADFF

Text Example


Text Example

White with #0DADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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