Html Css Color HEX #18AAFF Dodger Blue

📋 copy color: '#18AAFF'

red 24 ◦ green 170 ◦ blue 255

#18AAFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #18AAFF

Tints of Dodger Blue #18AAFF

RGB

 RED value IS 24 (9.77% from 255) = 5.35%

 GREEN value IS 170 (66.8% from 255) = 37.86%

 BLUE value IS 255 (100% from 255) = 56.79%

R = 5.35%
G = 37.86%
B = 56.79%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#18AAFF (or 0x18AAFF) is known color: Dodger Blue. HEX triplet: 18, AA and FF. RGB value is (24,170,255). Sum of RGB (Red+Green+Blue) = 24+170+255=449 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.35% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #18AAFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18AAFF is #E75500. Grayscale: #878787. Windows color (decimal): -15160577 or 16755224. OLE color: 16755224.

HSL color Cylindrical-coordinate representation of color #18AAFF: hue angle of 202.08º 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 #18AAFF is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 24 170 255 -
CMYK 0.91 0.33 0 0
HSL 202.08º 1% 0.55% -
HSV(B) 202.08º 0.91% 1% -
XYZ 32.8 36.16 99.86 -
YUV 136.04 195.13 48.09 -
System Red Green Blue C M Y K H S L
Decimal 24 170 255 0.91 0.33 0 0 202.08 1 0.55
Hex 18 AA FF 5B 21 0 0 CA 64 37
Octal 30 252 377 133 41 0 0 312 144 67
Binary 11000 10101010 11111111 1011011 100001 0 0 11001010 1100100 110111

Color Harmonies of #18AAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AAFF

Black with #18AAFF

Text Example


Text Example

White with #18AAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #18AAFF;
 }
 .AnyTagClassName
 {
   color: #18AAFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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