Html Css Color HEX #15A8F8 Dodger Blue

📋 copy color: '#15A8F8'

red 21 ◦ green 168 ◦ blue 248

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

Shades of Dodger Blue #15A8F8

Tints of Dodger Blue #15A8F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 56.75%

R = 4.81%
G = 38.44%
B = 56.75%

CMYK

 C value IS 0.92

 M value IS 0.32

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#15A8F8 (or 0x15A8F8) is known color: Dodger Blue. HEX triplet: 15, A8 and F8. RGB value is (21,168,248). Sum of RGB (Red+Green+Blue) = 21+168+248=437 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.81% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 248 (97.27% from 255 or 56.75% from 437); Max value from RGB is 248 - color contains mainly: blue. Hex color #15A8F8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15A8F8 is #EA5707. Grayscale: #848484. Windows color (decimal): -15357704 or 16295957. OLE color: 16295957.

HSL color Cylindrical-coordinate representation of color #15A8F8: hue angle of 201.15º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15A8F8 is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 21 168 248 -
CMYK 0.92 0.32 0 0.03
HSL 201.15º 0.94% 0.53% -
HSV(B) 201.15º 0.92% 0.97% -
XYZ 31.26 34.94 93.9 -
YUV 133.17 192.8 48 -
System Red Green Blue C M Y K H S L
Decimal 21 168 248 0.92 0.32 0 0.03 201.15 0.94 0.53
Hex 15 A8 F8 5C 20 0 3 C9 5E 35
Octal 25 250 370 134 40 0 3 311 136 65
Binary 10101 10101000 11111000 1011100 100000 0 11 11001001 1011110 110101

Color Harmonies of #15A8F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A8F8

Black with #15A8F8

Text Example


Text Example

White with #15A8F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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