#18A6FC

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

Shades of Dodger Blue #18A6FC

Tints of Dodger Blue #18A6FC

Color information

#18A6FC (or 0x18A6FC) is unknown color: approx Dodger Blue. HEX triplet: 18, A6 and FC. RGB value is (24,166,252). Sum of RGB (Red+Green+Blue) = 24+166+252=442 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.43% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 252 (98.83% from 255 or 57.01% from 442); Max value from RGB is 252 - color contains mainly: blue. Hex color #18A6FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18A6FC is #E75903. Grayscale: #848484. Windows color (decimal): -15161604 or 16557592. OLE color: 16557592.

HSL color Cylindrical-coordinate representation of color #18A6FC: hue angle of 202.63º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18A6FC is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB24166252-
CMYK0.900.3400.01
HSL202.63º97.44%54.12%-
HSV(B)202.63º90.48%98.82%-
XYZ31.5834.4997.09-
YUV133.35194.9650.01-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.43%
GREEN value IS 166 (65.23% from 255) = 37.56%
BLUE value IS 252 (98.83% from 255) = 57.01%
R=5.43%
G=37.56%
B=57.01%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal241662520.900.3400.01202.6397.4454.12
Hex18A6FC5A2201cb6136
Octal30246374132420131314166
Binary110001010011011111100101101010001001110010111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,166,252); }

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

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

 a { background-color: rgb(24,166,252); }

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

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

 span { border-color: rgb(24,166,252); }

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