Html Css Color HEX #18AAFA Dodger Blue

📋 copy color: '#18AAFA'

red 24 ◦ green 170 ◦ blue 250

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

Shades of Dodger Blue #18AAFA

Tints of Dodger Blue #18AAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.31%

R = 5.41%
G = 38.29%
B = 56.31%

CMYK

 C value IS 0.90

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#18AAFA (or 0x18AAFA) is known color: Dodger Blue. HEX triplet: 18, AA and FA. RGB value is (24,170,250). Sum of RGB (Red+Green+Blue) = 24+170+250=444 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.41% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #18AAFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18AAFA is #E75505. Grayscale: #878787. Windows color (decimal): -15160582 or 16427544. OLE color: 16427544.

HSL color Cylindrical-coordinate representation of color #18AAFA: hue angle of 201.24º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18AAFA is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 170 250 -
CMYK 0.90 0.32 0 0.02
HSL 201.24º 0.96% 0.54% -
HSV(B) 201.24º 0.9% 0.98% -
XYZ 32.01 35.85 95.67 -
YUV 135.47 192.63 48.5 -
System Red Green Blue C M Y K H S L
Decimal 24 170 250 0.90 0.32 0 0.02 201.24 0.96 0.54
Hex 18 AA FA 5A 20 0 2 C9 60 36
Octal 30 252 372 132 40 0 2 311 140 66
Binary 11000 10101010 11111010 1011010 100000 0 10 11001001 1100000 110110

Color Harmonies of #18AAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AAFA

Black with #18AAFA

Text Example


Text Example

White with #18AAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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