Html Css Color HEX #15A8EA Dodger Blue

📋 copy color: '#15A8EA'

red 21 ◦ green 168 ◦ blue 234

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

Shades of Dodger Blue #15A8EA

Tints of Dodger Blue #15A8EA

RGB

 RED value IS 21 (8.59% from 255) = 4.96%

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

 BLUE value IS 234 (91.8% from 255) = 55.32%

R = 4.96%
G = 39.72%
B = 55.32%

CMYK

 C value IS 0.91

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#15A8EA (or 0x15A8EA) is known color: Dodger Blue. HEX triplet: 15, A8 and EA. RGB value is (21,168,234). Sum of RGB (Red+Green+Blue) = 21+168+234=423 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.96% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #15A8EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15A8EA is #EA5715. Grayscale: #838383. Windows color (decimal): -15357718 or 15378453. OLE color: 15378453.

HSL color Cylindrical-coordinate representation of color #15A8EA: hue angle of 198.59º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15A8EA is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 168 234 -
CMYK 0.91 0.28 0 0.08
HSL 198.59º 0.84% 0.5% -
HSV(B) 198.59º 0.91% 0.92% -
XYZ 29.16 34.11 82.89 -
YUV 131.57 185.8 49.13 -
System Red Green Blue C M Y K H S L
Decimal 21 168 234 0.91 0.28 0 0.08 198.59 0.84 0.5
Hex 15 A8 EA 5B 1C 0 8 C7 54 32
Octal 25 250 352 133 34 0 10 307 124 62
Binary 10101 10101000 11101010 1011011 11100 0 1000 11000111 1010100 110010

Color Harmonies of #15A8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A8EA

Black with #15A8EA

Text Example


Text Example

White with #15A8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15A8EA; }

 p { color: rgb(21,168,234); }

 H1.HeaderClassName
 {
   color: #15A8EA;
 }
 .AnyTagClassName
 {
   color: #15A8EA;
 }
</style>

background-color css

<style>
 a { background-color: #15A8EA; }

 a { background-color: rgb(21,168,234); }

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

border-color css

<style>
 span { border-color: #15A8EA; }

 span { border-color: rgb(21,168,234); }

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