Html Css Color HEX #047EFF Dodger Blue

📋 copy color: '#047EFF'

red 4 ◦ green 126 ◦ blue 255

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

Shades of Dodger Blue #047EFF

Tints of Dodger Blue #047EFF

RGB

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

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

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

R = 1.04%
G = 32.73%
B = 66.23%

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

#047EFF (or 0x047EFF) is known color: Dodger Blue. HEX triplet: 04, 7E and FF. RGB value is (4,126,255). Sum of RGB (Red+Green+Blue) = 4+126+255=385 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #047EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #047EFF is #FB8100. Grayscale: #676767. Windows color (decimal): -16482561 or 16743940. OLE color: 16743940.

HSL color Cylindrical-coordinate representation of color #047EFF: hue angle of 210.84º 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 #047EFF is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 4 126 255 -
CMYK 0.98 0.51 0 0
HSL 210.84º 1% 0.51% -
HSV(B) 210.84º 0.98% 1% -
XYZ 25.56 22.17 97.54 -
YUV 104.23 213.08 56.51 -
System Red Green Blue C M Y K H S L
Decimal 4 126 255 0.98 0.51 0 0 210.84 1 0.51
Hex 4 7E FF 62 33 0 0 D3 64 33
Octal 4 176 377 142 63 0 0 323 144 63
Binary 100 1111110 11111111 1100010 110011 0 0 11010011 1100100 110011

Color Harmonies of #047EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047EFF

Black with #047EFF

Text Example


Text Example

White with #047EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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