Html Css Color HEX #18A6FD Dodger Blue

📋 copy color: '#18A6FD'

red 24 ◦ green 166 ◦ blue 253

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

Shades of Dodger Blue #18A6FD

Tints of Dodger Blue #18A6FD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.47%

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

R = 5.42%
G = 37.47%
B = 57.11%

CMYK

 C value IS 0.91

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#18A6FD (or 0x18A6FD) is known color: Dodger Blue. HEX triplet: 18, A6 and FD. RGB value is (24,166,253). Sum of RGB (Red+Green+Blue) = 24+166+253=443 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.42% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #18A6FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18A6FD is #E75902. Grayscale: #848484. Windows color (decimal): -15161603 or 16623128. OLE color: 16623128.

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

Color convert

RGB 24 166 253 -
CMYK 0.91 0.34 0 0.01
HSL 202.79º 0.98% 0.54% -
HSV(B) 202.79º 0.91% 0.99% -
XYZ 31.74 34.56 97.93 -
YUV 133.46 195.46 49.93 -
System Red Green Blue C M Y K H S L
Decimal 24 166 253 0.91 0.34 0 0.01 202.79 0.98 0.54
Hex 18 A6 FD 5B 22 0 1 CB 62 36
Octal 30 246 375 133 42 0 1 313 142 66
Binary 11000 10100110 11111101 1011011 100010 0 1 11001011 1100010 110110

Color Harmonies of #18A6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A6FD

Black with #18A6FD

Text Example


Text Example

White with #18A6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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