Html Css Color HEX #18ACFF Dodger Blue

📋 copy color: '#18ACFF'

red 24 ◦ green 172 ◦ blue 255

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

Shades of Dodger Blue #18ACFF

Tints of Dodger Blue #18ACFF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.14%

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

R = 5.32%
G = 38.14%
B = 56.54%

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

#18ACFF (or 0x18ACFF) is known color: Dodger Blue. HEX triplet: 18, AC and FF. RGB value is (24,172,255). Sum of RGB (Red+Green+Blue) = 24+172+255=451 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.32% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #18ACFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18ACFF is #E75300. Grayscale: #888888. Windows color (decimal): -15160065 or 16755736. OLE color: 16755736.

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

Color convert

RGB 24 172 255 -
CMYK 0.91 0.33 0 0
HSL 201.56º 1% 0.55% -
HSV(B) 201.56º 0.91% 1% -
XYZ 33.18 36.92 99.99 -
YUV 137.21 194.47 47.25 -
System Red Green Blue C M Y K H S L
Decimal 24 172 255 0.91 0.33 0 0 201.56 1 0.55
Hex 18 AC FF 5B 21 0 0 CA 64 37
Octal 30 254 377 133 41 0 0 312 144 67
Binary 11000 10101100 11111111 1011011 100001 0 0 11001010 1100100 110111

Color Harmonies of #18ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18ACFF

Black with #18ACFF

Text Example


Text Example

White with #18ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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