#18A4F1

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

Shades of Dodger Blue #18A4F1

Tints of Dodger Blue #18A4F1

Color information

#18A4F1 (or 0x18A4F1) is unknown color: approx Dodger Blue. HEX triplet: 18, A4 and F1. RGB value is (24,164,241). Sum of RGB (Red+Green+Blue) = 24+164+241=429 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.59% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 241 (94.53% from 255 or 56.18% from 429); Max value from RGB is 241 - color contains mainly: blue. Hex color #18A4F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18A4F1 is #E75B0E. Grayscale: #828282. Windows color (decimal): -15162127 or 15836184. OLE color: 15836184.

HSL color Cylindrical-coordinate representation of color #18A4F1: hue angle of 201.29º 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 #18A4F1 is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB24164241-
CMYK0.900.3200.05
HSL201.29º88.57%51.96%-
HSV(B)201.29º90.04%94.51%-
XYZ29.5333.188.05-
YUV130.92190.1251.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.59%
GREEN value IS 164 (64.45% from 255) = 38.23%
BLUE value IS 241 (94.53% from 255) = 56.18%
R=5.59%
G=38.23%
B=56.18%

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
Decimal241642410.900.3200.05201.2988.5751.96
Hex18A4F15A2005c95934
Octal30244361132400531113164
Binary11000101001001111000110110101000000101110010011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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