Html Css Color HEX #047DFF Dodger Blue

📋 copy color: '#047DFF'

red 4 ◦ green 125 ◦ blue 255

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

Shades of Dodger Blue #047DFF

Tints of Dodger Blue #047DFF

RGB

 RED value IS 4 (1.95% from 255) = 1.04%

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

 BLUE value IS 255 (100% from 255) = 66.41%

R = 1.04%
G = 32.55%
B = 66.41%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#047DFF (or 0x047DFF) is known color: Dodger Blue. HEX triplet: 04, 7D and FF. RGB value is (4,125,255). Sum of RGB (Red+Green+Blue) = 4+125+255=384 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #047DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #047DFF is #FB8200. Grayscale: #676767. Windows color (decimal): -16482817 or 16743684. OLE color: 16743684.

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

Color convert

RGB 4 125 255 -
CMYK 0.98 0.51 0 0
HSL 211.08º 1% 0.51% -
HSV(B) 211.08º 0.98% 1% -
XYZ 25.43 21.91 97.5 -
YUV 103.64 213.41 56.93 -
System Red Green Blue C M Y K H S L
Decimal 4 125 255 0.98 0.51 0 0 211.08 1 0.51
Hex 4 7D FF 62 33 0 0 D3 64 33
Octal 4 175 377 142 63 0 0 323 144 63
Binary 100 1111101 11111111 1100010 110011 0 0 11010011 1100100 110011

Color Harmonies of #047DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047DFF

Black with #047DFF

Text Example


Text Example

White with #047DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047DFF; }

 p { color: rgb(4,125,255); }

 H1.HeaderClassName
 {
   color: #047DFF;
 }
 .AnyTagClassName
 {
   color: #047DFF;
 }
</style>

background-color css

<style>
 a { background-color: #047DFF; }

 a { background-color: rgb(4,125,255); }

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

border-color css

<style>
 span { border-color: #047DFF; }

 span { border-color: rgb(4,125,255); }

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