#0487EC

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

Shades of Dodger Blue #0487EC

Tints of Dodger Blue #0487EC

Color information

#0487EC (or 0x0487EC) is unknown color: approx Dodger Blue. HEX triplet: 04, 87 and EC. RGB value is (4,135,236). Sum of RGB (Red+Green+Blue) = 4+135+236=375 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.07% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 236 (92.58% from 255 or 62.93% from 375); Max value from RGB is 236 - color contains mainly: blue. Hex color #0487EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0487EC is #FB7813. Grayscale: #6A6A6A. Windows color (decimal): -16480276 or 15501060. OLE color: 15501060.

HSL color Cylindrical-coordinate representation of color #0487EC: hue angle of 206.12º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0487EC is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB4135236-
CMYK0.980.4300.07
HSL206.12º96.67%47.06%-
HSV(B)206.12º98.31%92.55%-
XYZ23.8523.4182.62-
YUV107.34200.654.29-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.07%
GREEN value IS 135 (53.12% from 255) = 36%
BLUE value IS 236 (92.58% from 255) = 62.93%
R=1.07%
G=36%
B=62.93%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal41352360.980.4300.07206.1296.6747.06
Hex487EC622B07ce612f
Octal4207354142530731614157
Binary100100001111110110011000101010110111110011101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0487EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0487EC; }

 p { color: rgb(4,135,236); }

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

<style>
 a { background-color: #0487EC; }

 a { background-color: rgb(4,135,236); }

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

<style>
 span { border-color: #0487EC; }

 span { border-color: rgb(4,135,236); }

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