Html Css Color HEX #007DFD Dodger Blue

📋 copy color: '#007DFD'

red 0 ◦ green 125 ◦ blue 253

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

Shades of Dodger Blue #007DFD

Tints of Dodger Blue #007DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 66.93%

R = 0%
G = 33.07%
B = 66.93%

CMYK

 C value IS 1

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#007DFD (or 0x007DFD) is known color: Dodger Blue. HEX triplet: 00, 7D and FD. RGB value is (0,125,253). Sum of RGB (Red+Green+Blue) = 0+125+253=378 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 253 (99.22% from 255 or 66.93% from 378); Max value from RGB is 253 - color contains mainly: blue. Hex color #007DFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007DFD is #FF8202. Grayscale: #656565. Windows color (decimal): -16744963 or 16612608. OLE color: 16612608.

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

Color convert

RGB 0 125 253 -
CMYK 1 0.51 0 0.01
HSL 210.36º 1% 0.5% -
HSV(B) 210.36º 1% 0.99% -
XYZ 25.06 21.76 95.81 -
YUV 102.22 213.09 55.09 -
System Red Green Blue C M Y K H S L
Decimal 0 125 253 1 0.51 0 0.01 210.36 1 0.5
Hex 0 7D FD 64 33 0 1 D2 64 32
Octal 0 175 375 144 63 0 1 322 144 62
Binary 0 1111101 11111101 1100100 110011 0 1 11010010 1100100 110010

Color Harmonies of #007DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007DFD

Black with #007DFD

Text Example


Text Example

White with #007DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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