Html Css Color HEX #047DFD Dodger Blue

📋 copy color: '#047DFD'

red 4 ◦ green 125 ◦ blue 253

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

Shades of Dodger Blue #047DFD

Tints of Dodger Blue #047DFD

RGB

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

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

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

R = 1.05%
G = 32.72%
B = 66.23%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#047DFD (or 0x047DFD) is known color: Dodger Blue. HEX triplet: 04, 7D and FD. RGB value is (4,125,253). Sum of RGB (Red+Green+Blue) = 4+125+253=382 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 253 (99.22% from 255 or 66.23% from 382); Max value from RGB is 253 - color contains mainly: blue. Hex color #047DFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #047DFD is #FB8202. Grayscale: #666666. Windows color (decimal): -16482819 or 16612612. OLE color: 16612612.

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

Color convert

RGB 4 125 253 -
CMYK 0.98 0.51 0 0.01
HSL 210.84º 0.98% 0.5% -
HSV(B) 210.84º 0.98% 0.99% -
XYZ 25.11 21.78 95.81 -
YUV 103.41 212.41 57.09 -
System Red Green Blue C M Y K H S L
Decimal 4 125 253 0.98 0.51 0 0.01 210.84 0.98 0.5
Hex 4 7D FD 62 33 0 1 D3 62 32
Octal 4 175 375 142 63 0 1 323 142 62
Binary 100 1111101 11111101 1100010 110011 0 1 11010011 1100010 110010

Color Harmonies of #047DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047DFD

Black with #047DFD

Text Example


Text Example

White with #047DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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