Html Css Color HEX #18A3EB Dodger Blue

📋 copy color: '#18A3EB'

red 24 ◦ green 163 ◦ blue 235

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

Shades of Dodger Blue #18A3EB

Tints of Dodger Blue #18A3EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.69%

R = 5.69%
G = 38.63%
B = 55.69%

CMYK

 C value IS 0.90

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#18A3EB (or 0x18A3EB) is known color: Dodger Blue. HEX triplet: 18, A3 and EB. RGB value is (24,163,235). Sum of RGB (Red+Green+Blue) = 24+163+235=422 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.69% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 235 (92.19% from 255 or 55.69% from 422); Max value from RGB is 235 - color contains mainly: blue. Hex color #18A3EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18A3EB is #E75C14. Grayscale: #818181. Windows color (decimal): -15162389 or 15442712. OLE color: 15442712.

HSL color Cylindrical-coordinate representation of color #18A3EB: hue angle of 200.47º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18A3EB is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 163 235 -
CMYK 0.90 0.31 0 0.08
HSL 200.47º 0.84% 0.51% -
HSV(B) 200.47º 0.9% 0.92% -
XYZ 28.47 32.39 83.35 -
YUV 129.65 187.45 52.65 -
System Red Green Blue C M Y K H S L
Decimal 24 163 235 0.90 0.31 0 0.08 200.47 0.84 0.51
Hex 18 A3 EB 5A 1F 0 8 C8 54 33
Octal 30 243 353 132 37 0 10 310 124 63
Binary 11000 10100011 11101011 1011010 11111 0 1000 11001000 1010100 110011

Color Harmonies of #18A3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A3EB

Black with #18A3EB

Text Example


Text Example

White with #18A3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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