#0DA7EB

Color #0DA7EB Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #0DA7EB

Tints of Deep Sky Blue #0DA7EB

Color information

#0DA7EB (or 0x0DA7EB) is unknown color: approx Deep Sky Blue. HEX triplet: 0D, A7 and EB. RGB value is (13,167,235). Sum of RGB (Red+Green+Blue) = 13+167+235=415 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.13% from 415); Green value is 167 (65.62% from 255 or 40.24% from 415); Blue value is 235 (92.19% from 255 or 56.63% from 415); Max value from RGB is 235 - color contains mainly: blue. Hex color #0DA7EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DA7EB is #F25814. Grayscale: #808080. Windows color (decimal): -15882261 or 15443725. OLE color: 15443725.

HSL color Cylindrical-coordinate representation of color #0DA7EB: hue angle of 198.38º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DA7EB is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB13167235-
CMYK0.940.2900.08
HSL198.38º89.52%48.63%-
HSV(B)198.38º94.47%92.16%-
XYZ28.9833.7283.58-
YUV128.71187.9845.47-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.13%
GREEN value IS 167 (65.62% from 255) = 40.24%
BLUE value IS 235 (92.19% from 255) = 56.63%
R=3.13%
G=40.24%
B=56.63%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal131672350.940.2900.08198.3889.5248.63
HexDA7EB5E1D08c65a31
Octal152473531363501030613261
Binary1101101001111110101110111101110101000110001101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,167,235); }

 H1.HeaderClassName
 {
   color: #0DA7EB;
 }
 .AnyTagClassName
 {
   color: #0DA7EB;
 }
</style>
background-color css

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

 a { background-color: rgb(13,167,235); }

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

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

 span { border-color: rgb(13,167,235); }

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