#0D7AFF

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

Shades of Dodger Blue #0D7AFF

Tints of Dodger Blue #0D7AFF

Color information

#0D7AFF (or 0x0D7AFF) is unknown color: approx Dodger Blue. HEX triplet: 0D, 7A and FF. RGB value is (13,122,255). Sum of RGB (Red+Green+Blue) = 13+122+255=390 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.33% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #0D7AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D7AFF is #F28500. Grayscale: #676767. Windows color (decimal): -15893761 or 16742925. OLE color: 16742925.

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

Color convert

RGB13122255-
CMYK0.950.5200
HSL212.98º100%52.55%-
HSV(B)212.98º94.9%100%-
XYZ25.1821.2297.38-
YUV104.57212.8962.69-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.33%
GREEN value IS 122 (48.05% from 255) = 31.28%
BLUE value IS 255 (100% from 255) = 65.38%
R=3.33%
G=31.28%
B=65.38%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal131222550.950.5200212.9810052.55
HexD7AFF5F3400d56435
Octal15172377137640032514465
Binary1101111101011111111101111111010000110101011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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