#0180EA

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

Shades of Dodger Blue #0180EA

Tints of Dodger Blue #0180EA

Color information

#0180EA (or 0x0180EA) is unknown color: approx Dodger Blue. HEX triplet: 01, 80 and EA. RGB value is (1,128,234). Sum of RGB (Red+Green+Blue) = 1+128+234=363 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 234 (91.80% from 255 or 64.46% from 363); Max value from RGB is 234 - color contains mainly: blue. Hex color #0180EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0180EA is #FE7F15. Grayscale: #656565. Windows color (decimal): -16678678 or 15368193. OLE color: 15368193.

HSL color Cylindrical-coordinate representation of color #0180EA: hue angle of 207.3º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0180EA is Cyan = 1.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1128234-
CMYK1.000.4500.08
HSL207.3º99.15%46.08%-
HSV(B)207.3º99.57%91.76%-
XYZ22.5821.3980.78-
YUV102.11202.4255.88-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.28%
GREEN value IS 128 (50.39% from 255) = 35.26%
BLUE value IS 234 (91.80% from 255) = 64.46%
R=0.28%
G=35.26%
B=64.46%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal11282341.000.4500.08207.399.1546.08
Hex180EA642D08cf632e
Octal12003521445501031714356
Binary11000000011101010110010010110101000110011111100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0180EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0180EA; }

 p { color: rgb(1,128,234); }

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

<style>
 a { background-color: #0180EA; }

 a { background-color: rgb(1,128,234); }

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

<style>
 span { border-color: #0180EA; }

 span { border-color: rgb(1,128,234); }

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