#0DA2FB

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

Shades of Dodger Blue #0DA2FB

Tints of Dodger Blue #0DA2FB

Color information

#0DA2FB (or 0x0DA2FB) is unknown color: approx Dodger Blue. HEX triplet: 0D, A2 and FB. RGB value is (13,162,251). Sum of RGB (Red+Green+Blue) = 13+162+251=426 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.05% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #0DA2FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DA2FB is #F25D04. Grayscale: #7F7F7F. Windows color (decimal): -15883525 or 16491021. OLE color: 16491021.

HSL color Cylindrical-coordinate representation of color #0DA2FB: hue angle of 202.44º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DA2FB is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13162251-
CMYK0.950.3500.02
HSL202.44º96.75%51.76%-
HSV(B)202.44º94.82%98.43%-
XYZ30.532.8996.01-
YUV127.6197.6446.26-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.05%
GREEN value IS 162 (63.67% from 255) = 38.03%
BLUE value IS 251 (98.44% from 255) = 58.92%
R=3.05%
G=38.03%
B=58.92%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal131622510.950.3500.02202.4496.7551.76
HexDA2FB5F2302ca6134
Octal15242373137430231214164
Binary110110100010111110111011111100011010110010101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,162,251); }

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

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

 a { background-color: rgb(13,162,251); }

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

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

 span { border-color: rgb(13,162,251); }

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