#18A2FF

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

Shades of Dodger Blue #18A2FF

Tints of Dodger Blue #18A2FF

Color information

#18A2FF (or 0x18A2FF) is unknown color: approx Dodger Blue. HEX triplet: 18, A2 and FF. RGB value is (24,162,255). Sum of RGB (Red+Green+Blue) = 24+162+255=441 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.44% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #18A2FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18A2FF is #E75D00. Grayscale: #828282. Windows color (decimal): -15162625 or 16753176. OLE color: 16753176.

HSL color Cylindrical-coordinate representation of color #18A2FF: hue angle of 204.16º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18A2FF is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB24162255-
CMYK0.910.3600
HSL204.16º100%54.71%-
HSV(B)204.16º90.59%100%-
XYZ31.3533.2599.37-
YUV131.34197.7851.44-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.44%
GREEN value IS 162 (63.67% from 255) = 36.73%
BLUE value IS 255 (100% from 255) = 57.82%
R=5.44%
G=36.73%
B=57.82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal241622550.910.3600204.1610054.71
Hex18A2FF5B2400cc6437
Octal30242377133440031414467
Binary110001010001011111111101101110010000110011001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18A2FF; }

 p { color: rgb(24,162,255); }

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

<style>
 a { background-color: #18A2FF; }

 a { background-color: rgb(24,162,255); }

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

<style>
 span { border-color: #18A2FF; }

 span { border-color: rgb(24,162,255); }

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