Html Css Color HEX #18ABFB Dodger Blue

📋 copy color: '#18ABFB'

red 24 ◦ green 171 ◦ blue 251

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

Shades of Dodger Blue #18ABFB

Tints of Dodger Blue #18ABFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.28%

R = 5.38%
G = 38.34%
B = 56.28%

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

#18ABFB (or 0x18ABFB) is known color: Dodger Blue. HEX triplet: 18, AB and FB. RGB value is (24,171,251). Sum of RGB (Red+Green+Blue) = 24+171+251=446 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.38% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #18ABFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18ABFB is #E75404. Grayscale: #878787. Windows color (decimal): -15160325 or 16493336. OLE color: 16493336.

HSL color Cylindrical-coordinate representation of color #18ABFB: hue angle of 201.15º degrees, saturation: 0.97, 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 #18ABFB is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 171 251 -
CMYK 0.90 0.32 0 0.02
HSL 201.15º 0.97% 0.54% -
HSV(B) 201.15º 0.9% 0.98% -
XYZ 32.35 36.29 96.57 -
YUV 136.17 192.8 48 -
System Red Green Blue C M Y K H S L
Decimal 24 171 251 0.90 0.32 0 0.02 201.15 0.97 0.54
Hex 18 AB FB 5A 20 0 2 C9 61 36
Octal 30 253 373 132 40 0 2 311 141 66
Binary 11000 10101011 11111011 1011010 100000 0 10 11001001 1100001 110110

Color Harmonies of #18ABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18ABFB

Black with #18ABFB

Text Example


Text Example

White with #18ABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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