#018AFF

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

Shades of Dodger Blue #018AFF

Tints of Dodger Blue #018AFF

Color information

#018AFF (or 0x018AFF) is unknown color: approx Dodger Blue. HEX triplet: 01, 8A and FF. RGB value is (1,138,255). Sum of RGB (Red+Green+Blue) = 1+138+255=394 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #018AFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018AFF is #FE7500. Grayscale: #6D6D6D. Windows color (decimal): -16676097 or 16747009. OLE color: 16747009.

HSL color Cylindrical-coordinate representation of color #018AFF: hue angle of 207.64º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018AFF is Cyan = 1.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB1138255-
CMYK1.000.4600
HSL207.64º100%50.2%-
HSV(B)207.64º99.61%100%-
XYZ27.1525.498.08-
YUV110.38209.6149.99-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.25%
GREEN value IS 138 (54.30% from 255) = 35.03%
BLUE value IS 255 (100% from 255) = 64.72%
R=0.25%
G=35.03%
B=64.72%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal11382551.000.4600207.6410050.2
Hex18AFF642E00d06432
Octal1212377144560032014462
Binary11000101011111111110010010111000110100001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018AFF; }

 p { color: rgb(1,138,255); }

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

<style>
 a { background-color: #018AFF; }

 a { background-color: rgb(1,138,255); }

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

<style>
 span { border-color: #018AFF; }

 span { border-color: rgb(1,138,255); }

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