Html Css Color HEX #18A5FF Dodger Blue

📋 copy color: '#18A5FF'

red 24 ◦ green 165 ◦ blue 255

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

Shades of Dodger Blue #18A5FF

Tints of Dodger Blue #18A5FF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.16%

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

R = 5.41%
G = 37.16%
B = 57.43%

CMYK

 C value IS 0.91

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#18A5FF (or 0x18A5FF) is known color: Dodger Blue. HEX triplet: 18, A5 and FF. RGB value is (24,165,255). Sum of RGB (Red+Green+Blue) = 24+165+255=444 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.41% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #18A5FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18A5FF is #E75A00. Grayscale: #848484. Windows color (decimal): -15161857 or 16753944. OLE color: 16753944.

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

Color convert

RGB 24 165 255 -
CMYK 0.91 0.35 0 0
HSL 203.38º 1% 0.55% -
HSV(B) 203.38º 0.91% 1% -
XYZ 31.88 34.32 99.55 -
YUV 133.1 196.79 50.18 -
System Red Green Blue C M Y K H S L
Decimal 24 165 255 0.91 0.35 0 0 203.38 1 0.55
Hex 18 A5 FF 5B 23 0 0 CB 64 37
Octal 30 245 377 133 43 0 0 313 144 67
Binary 11000 10100101 11111111 1011011 100011 0 0 11001011 1100100 110111

Color Harmonies of #18A5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A5FF

Black with #18A5FF

Text Example


Text Example

White with #18A5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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