#007FEB

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

Shades of Dodger Blue #007FEB

Tints of Dodger Blue #007FEB

Color information

#007FEB (or 0x007FEB) is unknown color: approx Dodger Blue. HEX triplet: 00, 7F and EB. RGB value is (0,127,235). Sum of RGB (Red+Green+Blue) = 0+127+235=362 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 235 (92.19% from 255 or 64.92% from 362); Max value from RGB is 235 - color contains mainly: blue. Hex color #007FEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007FEB is #FF8014. Grayscale: #646464. Windows color (decimal): -16744469 or 15433472. OLE color: 15433472.

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

Color convert

RGB0127235-
CMYK10.4600.08
HSL207.57º100%46.08%-
HSV(B)207.57º100%92.16%-
XYZ22.5821.1881.49-
YUV101.34203.4255.72-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 127 (50% from 255) = 35.08%
BLUE value IS 235 (92.19% from 255) = 64.92%
R=0%
G=35.08%
B=64.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal012723510.4600.08207.5710046.08
Hex07FEB642E08d0642e
Octal01773531445601032014456
Binary0111111111101011110010010111001000110100001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,127,235); }

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

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

 a { background-color: rgb(0,127,235); }

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

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

 span { border-color: rgb(0,127,235); }

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