#0DA5F6

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

Shades of Dodger Blue #0DA5F6

Tints of Dodger Blue #0DA5F6

Color information

#0DA5F6 (or 0x0DA5F6) is unknown color: approx Dodger Blue. HEX triplet: 0D, A5 and F6. RGB value is (13,165,246). Sum of RGB (Red+Green+Blue) = 13+165+246=424 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.07% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 246 (96.48% from 255 or 58.02% from 424); Max value from RGB is 246 - color contains mainly: blue. Hex color #0DA5F6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DA5F6 is #F25A09. Grayscale: #808080. Windows color (decimal): -15882762 or 16164109. OLE color: 16164109.

HSL color Cylindrical-coordinate representation of color #0DA5F6: hue angle of 200.86º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DA5F6 is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB13165246-
CMYK0.950.3300.04
HSL200.86º92.83%50.78%-
HSV(B)200.86º94.72%96.47%-
XYZ30.2633.6592.09-
YUV128.79194.1445.41-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.07%
GREEN value IS 165 (64.84% from 255) = 38.92%
BLUE value IS 246 (96.48% from 255) = 58.02%
R=3.07%
G=38.92%
B=58.02%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal131652460.950.3300.04200.8692.8350.78
HexDA5F65F2104c95d33
Octal15245366137410431113563
Binary1101101001011111011010111111000010100110010011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA5F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,165,246); }

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

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

 a { background-color: rgb(13,165,246); }

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

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

 span { border-color: rgb(13,165,246); }

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