#18A3F1

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

Shades of Dodger Blue #18A3F1

Tints of Dodger Blue #18A3F1

Color information

#18A3F1 (or 0x18A3F1) is unknown color: approx Dodger Blue. HEX triplet: 18, A3 and F1. RGB value is (24,163,241). Sum of RGB (Red+Green+Blue) = 24+163+241=428 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.61% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 241 (94.53% from 255 or 56.31% from 428); Max value from RGB is 241 - color contains mainly: blue. Hex color #18A3F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18A3F1 is #E75C0E. Grayscale: #818181. Windows color (decimal): -15162383 or 15835928. OLE color: 15835928.

HSL color Cylindrical-coordinate representation of color #18A3F1: hue angle of 201.57º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18A3F1 is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB24163241-
CMYK0.900.3200.05
HSL201.57º88.57%51.96%-
HSV(B)201.57º90.04%94.51%-
XYZ29.3532.7487.99-
YUV130.33190.4552.16-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.61%
GREEN value IS 163 (64.06% from 255) = 38.08%
BLUE value IS 241 (94.53% from 255) = 56.31%
R=5.61%
G=38.08%
B=56.31%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241632410.900.3200.05201.5788.5751.96
Hex18A3F15A2005ca5934
Octal30243361132400531213164
Binary11000101000111111000110110101000000101110010101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,163,241); }

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

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

 a { background-color: rgb(24,163,241); }

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

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

 span { border-color: rgb(24,163,241); }

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