Html Css Color HEX #18ABFD Dodger Blue

📋 copy color: '#18ABFD'

red 24 ◦ green 171 ◦ blue 253

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

Shades of Dodger Blue #18ABFD

Tints of Dodger Blue #18ABFD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.17%

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

R = 5.36%
G = 38.17%
B = 56.47%

CMYK

 C value IS 0.91

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#18ABFD (or 0x18ABFD) is known color: Dodger Blue. HEX triplet: 18, AB and FD. RGB value is (24,171,253). Sum of RGB (Red+Green+Blue) = 24+171+253=448 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.36% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #18ABFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18ABFD is #E75402. Grayscale: #878787. Windows color (decimal): -15160323 or 16624408. OLE color: 16624408.

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

Color convert

RGB 24 171 253 -
CMYK 0.91 0.32 0 0.01
HSL 201.48º 0.98% 0.54% -
HSV(B) 201.48º 0.91% 0.99% -
XYZ 32.67 36.41 98.23 -
YUV 136.4 193.8 47.83 -
System Red Green Blue C M Y K H S L
Decimal 24 171 253 0.91 0.32 0 0.01 201.48 0.98 0.54
Hex 18 AB FD 5B 20 0 1 C9 62 36
Octal 30 253 375 133 40 0 1 311 142 66
Binary 11000 10101011 11111101 1011011 100000 0 1 11001001 1100010 110110

Color Harmonies of #18ABFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18ABFD

Black with #18ABFD

Text Example


Text Example

White with #18ABFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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