Html Css Color HEX #047EEF Dodger Blue

📋 copy color: '#047EEF'

red 4 ◦ green 126 ◦ blue 239

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

Shades of Dodger Blue #047EEF

Tints of Dodger Blue #047EEF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.15%

 BLUE value IS 239 (93.75% from 255) = 64.77%

R = 1.08%
G = 34.15%
B = 64.77%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#047EEF (or 0x047EEF) is known color: Dodger Blue. HEX triplet: 04, 7E and EF. RGB value is (4,126,239). Sum of RGB (Red+Green+Blue) = 4+126+239=369 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 239 (93.75% from 255 or 64.77% from 369); Max value from RGB is 239 - color contains mainly: blue. Hex color #047EEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #047EEF is #FB8110. Grayscale: #656565. Windows color (decimal): -16482577 or 15695364. OLE color: 15695364.

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

Color convert

RGB 4 126 239 -
CMYK 0.98 0.47 0 0.06
HSL 208.85º 0.97% 0.48% -
HSV(B) 208.85º 0.98% 0.94% -
XYZ 23.09 21.18 84.53 -
YUV 102.4 205.08 57.81 -
System Red Green Blue C M Y K H S L
Decimal 4 126 239 0.98 0.47 0 0.06 208.85 0.97 0.48
Hex 4 7E EF 62 2F 0 6 D1 61 30
Octal 4 176 357 142 57 0 6 321 141 60
Binary 100 1111110 11101111 1100010 101111 0 110 11010001 1100001 110000

Color Harmonies of #047EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047EEF

Black with #047EEF

Text Example


Text Example

White with #047EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,126,239); }

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

background-color css

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

 a { background-color: rgb(4,126,239); }

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

border-color css

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

 span { border-color: rgb(4,126,239); }

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