#007EFF

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

Shades of Dodger Blue #007EFF

Tints of Dodger Blue #007EFF

Color information

#007EFF (or 0x007EFF) is unknown color: approx Dodger Blue. HEX triplet: 00, 7E and FF. RGB value is (0,126,255). Sum of RGB (Red+Green+Blue) = 0+126+255=381 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #007EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007EFF is #FF8100. Grayscale: #666666. Windows color (decimal): -16744705 or 16743936. OLE color: 16743936.

HSL color Cylindrical-coordinate representation of color #007EFF: hue angle of 210.35º 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 #007EFF is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB0126255-
CMYK10.5100
HSL210.35º100%50%-
HSV(B)210.35º100%100%-
XYZ25.5122.1497.54-
YUV103.03213.7654.51-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 126 (49.61% from 255) = 33.07%
BLUE value IS 255 (100% from 255) = 66.93%
R=0%
G=33.07%
B=66.93%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal012625510.5100210.3510050
Hex07EFF643300d26432
Octal0176377144630032214462
Binary0111111011111111110010011001100110100101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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