Html Css Color HEX #047DED Dodger Blue

📋 copy color: '#047DED'

red 4 ◦ green 125 ◦ blue 237

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

Shades of Dodger Blue #047DED

Tints of Dodger Blue #047DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 64.75%

R = 1.09%
G = 34.15%
B = 64.75%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#047DED (or 0x047DED) is known color: Dodger Blue. HEX triplet: 04, 7D and ED. RGB value is (4,125,237). Sum of RGB (Red+Green+Blue) = 4+125+237=366 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 237 (92.97% from 255 or 64.75% from 366); Max value from RGB is 237 - color contains mainly: blue. Hex color #047DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #047DED is #FB8212. Grayscale: #656565. Windows color (decimal): -16482835 or 15564036. OLE color: 15564036.

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

Color convert

RGB 4 125 237 -
CMYK 0.98 0.47 0 0.07
HSL 208.84º 0.97% 0.47% -
HSV(B) 208.84º 0.98% 0.93% -
XYZ 22.67 20.81 82.94 -
YUV 101.59 204.41 58.39 -
System Red Green Blue C M Y K H S L
Decimal 4 125 237 0.98 0.47 0 0.07 208.84 0.97 0.47
Hex 4 7D ED 62 2F 0 7 D1 61 2F
Octal 4 175 355 142 57 0 7 321 141 57
Binary 100 1111101 11101101 1100010 101111 0 111 11010001 1100001 101111

Color Harmonies of #047DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047DED

Black with #047DED

Text Example


Text Example

White with #047DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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