Html Css Color HEX #007DFE Dodger Blue

📋 copy color: '#007DFE'

red 0 ◦ green 125 ◦ blue 254

#007DFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #007DFE

Tints of Dodger Blue #007DFE

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 125 (49.22% from 255) = 32.98%

 BLUE value IS 254 (99.61% from 255) = 67.02%

R = 0%
G = 32.98%
B = 67.02%

CMYK

 C value IS 1

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#007DFE (or 0x007DFE) is known color: Dodger Blue. HEX triplet: 00, 7D and FE. RGB value is (0,125,254). Sum of RGB (Red+Green+Blue) = 0+125+254=379 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 254 (99.61% from 255 or 67.02% from 379); Max value from RGB is 254 - color contains mainly: blue. Hex color #007DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007DFE is #FF8201. Grayscale: #656565. Windows color (decimal): -16744962 or 16678144. OLE color: 16678144.

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

Color convert

RGB 0 125 254 -
CMYK 1 0.51 0 0.00
HSL 210.47º 1% 0.5% -
HSV(B) 210.47º 1% 1% -
XYZ 25.22 21.82 96.65 -
YUV 102.33 213.59 55.01 -
System Red Green Blue C M Y K H S L
Decimal 0 125 254 1 0.51 0 0.00 210.47 1 0.5
Hex 0 7D FE 64 33 0 0 D2 64 32
Octal 0 175 376 144 63 0 0 322 144 62
Binary 0 1111101 11111110 1100100 110011 0 0 11010010 1100100 110010

Color Harmonies of #007DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007DFE

Black with #007DFE

Text Example


Text Example

White with #007DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,125,254); }

 H1.HeaderClassName
 {
   color: #007DFE;
 }
 .AnyTagClassName
 {
   color: #007DFE;
 }
</style>

background-color css

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

 a { background-color: rgb(0,125,254); }

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

border-color css

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

 span { border-color: rgb(0,125,254); }

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