#0484FF

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

Shades of Dodger Blue #0484FF

Tints of Dodger Blue #0484FF

Color information

#0484FF (or 0x0484FF) is unknown color: approx Dodger Blue. HEX triplet: 04, 84 and FF. RGB value is (4,132,255). Sum of RGB (Red+Green+Blue) = 4+132+255=391 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #0484FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0484FF is #FB7B00. Grayscale: #6B6B6B. Windows color (decimal): -16481025 or 16745476. OLE color: 16745476.

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

Color convert

RGB4132255-
CMYK0.980.4800
HSL209.4º100%50.78%-
HSV(B)209.4º98.43%100%-
XYZ26.3523.7597.8-
YUV107.75211.0954-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.02%
GREEN value IS 132 (51.95% from 255) = 33.76%
BLUE value IS 255 (100% from 255) = 65.22%
R=1.02%
G=33.76%
B=65.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal41322550.980.4800209.410050.78
Hex484FF623000d16433
Octal4204377142600032114463
Binary1001000010011111111110001011000000110100011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0484FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0484FF; }

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

 H1.HeaderClassName
 {
   color: #0484FF;
 }
 .AnyTagClassName
 {
   color: #0484FF;
 }
</style>
background-color css

<style>
 a { background-color: #0484FF; }

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

 div.DivClassName
 {
   background-color: #0484FF;
 }
 .BgClassName
 {
   background-color: #0484FF;
 }
</style>
border-color css

<style>
 span { border-color: #0484FF; }

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

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