#047FFF

Color #047FFF Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #047FFF

Tints of Dodger Blue #047FFF

Color information

#047FFF (or 0x047FFF) is unknown color: approx 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

RGB4127255-
CMYK0.980.5000
HSL210.6º100%50.78%-
HSV(B)210.6º98.43%100%-
XYZ25.6922.4297.58-
YUV104.82212.7556.09-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.04%
GREEN value IS 127 (50% from 255) = 32.90%
BLUE value IS 255 (100% from 255) = 66.06%
R=1.04%
G=32.90%
B=66.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal41272550.980.5000210.610050.78
Hex47FFF623200d36433
Octal4177377142620032314463
Binary100111111111111111110001011001000110100111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>