Html Css Color HEX #007CFD Dodger Blue

📋 copy color: '#007CFD'

red 0 ◦ green 124 ◦ blue 253

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

Shades of Dodger Blue #007CFD

Tints of Dodger Blue #007CFD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.89%

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

R = 0%
G = 32.89%
B = 67.11%

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

#007CFD (or 0x007CFD) is known color: Dodger Blue. HEX triplet: 00, 7C and FD. RGB value is (0,124,253). Sum of RGB (Red+Green+Blue) = 0+124+253=377 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 253 (99.22% from 255 or 67.11% from 377); Max value from RGB is 253 - color contains mainly: blue. Hex color #007CFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007CFD is #FF8302. Grayscale: #646464. Windows color (decimal): -16745219 or 16612352. OLE color: 16612352.

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

Color convert

RGB 0 124 253 -
CMYK 1 0.51 0 0.01
HSL 210.59º 1% 0.5% -
HSV(B) 210.59º 1% 0.99% -
XYZ 24.94 21.51 95.77 -
YUV 101.63 213.42 55.51 -
System Red Green Blue C M Y K H S L
Decimal 0 124 253 1 0.51 0 0.01 210.59 1 0.5
Hex 0 7C FD 64 33 0 1 D3 64 32
Octal 0 174 375 144 63 0 1 323 144 62
Binary 0 1111100 11111101 1100100 110011 0 1 11010011 1100100 110010

Color Harmonies of #007CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007CFD

Black with #007CFD

Text Example


Text Example

White with #007CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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