Html Css Color HEX #18A5FD Dodger Blue

📋 copy color: '#18A5FD'

red 24 ◦ green 165 ◦ blue 253

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

Shades of Dodger Blue #18A5FD

Tints of Dodger Blue #18A5FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 57.24%

R = 5.43%
G = 37.33%
B = 57.24%

CMYK

 C value IS 0.91

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#18A5FD (or 0x18A5FD) is known color: Dodger Blue. HEX triplet: 18, A5 and FD. RGB value is (24,165,253). Sum of RGB (Red+Green+Blue) = 24+165+253=442 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.43% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 253 (99.22% from 255 or 57.24% from 442); Max value from RGB is 253 - color contains mainly: blue. Hex color #18A5FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18A5FD is #E75A02. Grayscale: #848484. Windows color (decimal): -15161859 or 16622872. OLE color: 16622872.

HSL color Cylindrical-coordinate representation of color #18A5FD: hue angle of 203.06º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18A5FD is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 24 165 253 -
CMYK 0.91 0.35 0 0.01
HSL 203.06º 0.98% 0.54% -
HSV(B) 203.06º 0.91% 0.99% -
XYZ 31.56 34.2 97.87 -
YUV 132.87 195.79 50.34 -
System Red Green Blue C M Y K H S L
Decimal 24 165 253 0.91 0.35 0 0.01 203.06 0.98 0.54
Hex 18 A5 FD 5B 23 0 1 CB 62 36
Octal 30 245 375 133 43 0 1 313 142 66
Binary 11000 10100101 11111101 1011011 100011 0 1 11001011 1100010 110110

Color Harmonies of #18A5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A5FD

Black with #18A5FD

Text Example


Text Example

White with #18A5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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