Html Css Color HEX #047FFF Dodger Blue

📋 copy color: '#047FFF'

red 4 ◦ green 127 ◦ blue 255

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

Shades of Dodger Blue #047FFF

Tints of Dodger Blue #047FFF

RGB

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

 GREEN value IS 127 (50% from 255) = 32.9%

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

R = 1.04%
G = 32.9%
B = 66.06%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#047FFF (or 0x047FFF) is known color: Dodger Blue. HEX triplet: 04, 7F and FF. RGB value is (4,127,255). Sum of RGB (Red+Green+Blue) = 4+127+255=386 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #047FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #047FFF is #FB8000. Grayscale: #686868. Windows color (decimal): -16482305 or 16744196. OLE color: 16744196.

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

Color convert

RGB 4 127 255 -
CMYK 0.98 0.50 0 0
HSL 210.6º 1% 0.51% -
HSV(B) 210.6º 0.98% 1% -
XYZ 25.69 22.42 97.58 -
YUV 104.82 212.75 56.09 -
System Red Green Blue C M Y K H S L
Decimal 4 127 255 0.98 0.50 0 0 210.6 1 0.51
Hex 4 7F FF 62 32 0 0 D3 64 33
Octal 4 177 377 142 62 0 0 323 144 63
Binary 100 1111111 11111111 1100010 110010 0 0 11010011 1100100 110011

Color Harmonies of #047FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047FFF

Black with #047FFF

Text Example


Text Example

White with #047FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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