Html Css Color HEX #007DFC Dodger Blue

📋 copy color: '#007DFC'

red 0 ◦ green 125 ◦ blue 252

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

Shades of Dodger Blue #007DFC

Tints of Dodger Blue #007DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 66.84%

R = 0%
G = 33.16%
B = 66.84%

CMYK

 C value IS 1

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#007DFC (or 0x007DFC) is known color: Dodger Blue. HEX triplet: 00, 7D and FC. RGB value is (0,125,252). Sum of RGB (Red+Green+Blue) = 0+125+252=377 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 252 (98.83% from 255 or 66.84% from 377); Max value from RGB is 252 - color contains mainly: blue. Hex color #007DFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007DFC is #FF8203. Grayscale: #656565. Windows color (decimal): -16744964 or 16547072. OLE color: 16547072.

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

Color convert

RGB 0 125 252 -
CMYK 1 0.50 0 0.01
HSL 210.24º 1% 0.49% -
HSV(B) 210.24º 1% 0.99% -
XYZ 24.9 21.7 94.97 -
YUV 102.1 212.59 55.17 -
System Red Green Blue C M Y K H S L
Decimal 0 125 252 1 0.50 0 0.01 210.24 1 0.49
Hex 0 7D FC 64 32 0 1 D2 64 31
Octal 0 175 374 144 62 0 1 322 144 61
Binary 0 1111101 11111100 1100100 110010 0 1 11010010 1100100 110001

Color Harmonies of #007DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007DFC

Black with #007DFC

Text Example


Text Example

White with #007DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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