Html Css Color HEX #18A8EB Dodger Blue

📋 copy color: '#18A8EB'

red 24 ◦ green 168 ◦ blue 235

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

Shades of Dodger Blue #18A8EB

Tints of Dodger Blue #18A8EB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.34%

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

R = 5.62%
G = 39.34%
B = 55.04%

CMYK

 C value IS 0.90

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#18A8EB (or 0x18A8EB) is known color: Dodger Blue. HEX triplet: 18, A8 and EB. RGB value is (24,168,235). Sum of RGB (Red+Green+Blue) = 24+168+235=427 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.62% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 235 (92.19% from 255 or 55.04% from 427); Max value from RGB is 235 - color contains mainly: blue. Hex color #18A8EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18A8EB is #E75714. Grayscale: #848484. Windows color (decimal): -15161109 or 15443992. OLE color: 15443992.

HSL color Cylindrical-coordinate representation of color #18A8EB: hue angle of 199.05º 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 #18A8EB is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 168 235 -
CMYK 0.90 0.29 0 0.08
HSL 199.05º 0.84% 0.51% -
HSV(B) 199.05º 0.9% 0.92% -
XYZ 29.37 34.2 83.65 -
YUV 132.58 185.79 50.55 -
System Red Green Blue C M Y K H S L
Decimal 24 168 235 0.90 0.29 0 0.08 199.05 0.84 0.51
Hex 18 A8 EB 5A 1D 0 8 C7 54 33
Octal 30 250 353 132 35 0 10 307 124 63
Binary 11000 10101000 11101011 1011010 11101 0 1000 11000111 1010100 110011

Color Harmonies of #18A8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A8EB

Black with #18A8EB

Text Example


Text Example

White with #18A8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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