#007AFB

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

Shades of Dodger Blue #007AFB

Tints of Dodger Blue #007AFB

Color information

#007AFB (or 0x007AFB) is unknown color: approx Dodger Blue. HEX triplet: 00, 7A and FB. RGB value is (0,122,251). Sum of RGB (Red+Green+Blue) = 0+122+251=373 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 251 (98.44% from 255 or 67.29% from 373); Max value from RGB is 251 - color contains mainly: blue. Hex color #007AFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007AFB is #FF8504. Grayscale: #636363. Windows color (decimal): -16745733 or 16480768. OLE color: 16480768.

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

Color convert

RGB0122251-
CMYK10.5100.02
HSL210.84º100%49.22%-
HSV(B)210.84º100%98.43%-
XYZ24.3720.8894.01-
YUV100.23213.0856.51-

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.71%
BLUE value IS 251 (98.44% from 255) = 67.29%
R=0%
G=32.71%
B=67.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal012225110.5100.02210.8410049.22
Hex07AFB643302d36431
Octal0172373144630232314461
Binary01111010111110111100100110011010110100111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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