#007AFF

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

Shades of Dodger Blue #007AFF

Tints of Dodger Blue #007AFF

Color information

#007AFF (or 0x007AFF) is unknown color: approx Dodger Blue. HEX triplet: 00, 7A and FF. RGB value is (0,122,255). Sum of RGB (Red+Green+Blue) = 0+122+255=377 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #007AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007AFF is #FF8500. Grayscale: #646464. Windows color (decimal): -16745729 or 16742912. OLE color: 16742912.

HSL color Cylindrical-coordinate representation of color #007AFF: hue angle of 211.29º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007AFF is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB0122255-
CMYK10.5200
HSL211.29º100%50%-
HSV(B)211.29º100%100%-
XYZ25.0121.1497.37-
YUV100.68215.0856.19-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 122 (48.05% from 255) = 32.36%
BLUE value IS 255 (100% from 255) = 67.64%
R=0%
G=32.36%
B=67.64%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal012225510.5200211.2910050
Hex07AFF643400d36432
Octal0172377144640032314462
Binary0111101011111111110010011010000110100111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007AFF; }

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

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

<style>
 a { background-color: #007AFF; }

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

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

<style>
 span { border-color: #007AFF; }

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

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