Html Css Color HEX #18A6F3 Dodger Blue

📋 copy color: '#18A6F3'

red 24 ◦ green 166 ◦ blue 243

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

Shades of Dodger Blue #18A6F3

Tints of Dodger Blue #18A6F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 56.12%

R = 5.54%
G = 38.34%
B = 56.12%

CMYK

 C value IS 0.90

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#18A6F3 (or 0x18A6F3) is known color: Dodger Blue. HEX triplet: 18, A6 and F3. RGB value is (24,166,243). Sum of RGB (Red+Green+Blue) = 24+166+243=433 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.54% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 243 (95.31% from 255 or 56.12% from 433); Max value from RGB is 243 - color contains mainly: blue. Hex color #18A6F3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18A6F3 is #E7590C. Grayscale: #838383. Windows color (decimal): -15161613 or 15967768. OLE color: 15967768.

HSL color Cylindrical-coordinate representation of color #18A6F3: hue angle of 201.1º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18A6F3 is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 24 166 243 -
CMYK 0.90 0.32 0 0.05
HSL 201.1º 0.9% 0.52% -
HSV(B) 201.1º 0.9% 0.95% -
XYZ 30.19 33.94 89.75 -
YUV 132.32 190.46 50.74 -
System Red Green Blue C M Y K H S L
Decimal 24 166 243 0.90 0.32 0 0.05 201.1 0.9 0.52
Hex 18 A6 F3 5A 20 0 5 C9 5A 34
Octal 30 246 363 132 40 0 5 311 132 64
Binary 11000 10100110 11110011 1011010 100000 0 101 11001001 1011010 110100

Color Harmonies of #18A6F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A6F3

Black with #18A6F3

Text Example


Text Example

White with #18A6F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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