Html Css Color HEX #18A3FD Dodger Blue

📋 copy color: '#18A3FD'

red 24 ◦ green 163 ◦ blue 253

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

Shades of Dodger Blue #18A3FD

Tints of Dodger Blue #18A3FD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.05%

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

R = 5.45%
G = 37.05%
B = 57.5%

CMYK

 C value IS 0.91

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#18A3FD (or 0x18A3FD) is known color: Dodger Blue. HEX triplet: 18, A3 and FD. RGB value is (24,163,253). Sum of RGB (Red+Green+Blue) = 24+163+253=440 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.45% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #18A3FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18A3FD is #E75C02. Grayscale: #838383. Windows color (decimal): -15162371 or 16622360. OLE color: 16622360.

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

Color convert

RGB 24 163 253 -
CMYK 0.91 0.36 0 0.01
HSL 203.58º 0.98% 0.54% -
HSV(B) 203.58º 0.91% 0.99% -
XYZ 31.2 33.48 97.75 -
YUV 131.7 196.45 51.18 -
System Red Green Blue C M Y K H S L
Decimal 24 163 253 0.91 0.36 0 0.01 203.58 0.98 0.54
Hex 18 A3 FD 5B 24 0 1 CC 62 36
Octal 30 243 375 133 44 0 1 314 142 66
Binary 11000 10100011 11111101 1011011 100100 0 1 11001100 1100010 110110

Color Harmonies of #18A3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A3FD

Black with #18A3FD

Text Example


Text Example

White with #18A3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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