#15a4f3

Color #15A4F3 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #15A4F3

Tints of Dodger Blue #15A4F3

Color information

#15A4F3 (or 0x15A4F3) is unknown color: approx Dodger Blue. HEX triplet: 15, A4 and F3. RGB value is (21,164,243). Sum of RGB (Red+Green+Blue) = 21+164+243=428 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.91% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 243 (95.31% from 255 or 56.78% from 428); Max value from RGB is 243 - color contains mainly: blue. Hex color #15A4F3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15A4F3 is #EA5B0C. Grayscale: #818181. Windows color (decimal): -15358733 or 15967253. OLE color: 15967253.

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

Color convert

RGB21164243-
CMYK0.910.3300.05
HSL201.35º90.24%51.76%-
HSV(B)201.35º91.36%95.29%-
XYZ29.7633.1889.63-
YUV130.25191.6250.08-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.91%
GREEN value IS 164 (64.45% from 255) = 38.32%
BLUE value IS 243 (95.31% from 255) = 56.78%
R=4.91%
G=38.32%
B=56.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal211642430.910.3300.05201.3590.2451.76
Hex15A4F35B2105c95a34
Octal25244363133410531113264
Binary10101101001001111001110110111000010101110010011011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15a4f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,164,243); }

 H1.HeaderClassName
 {
   color: #15a4f3;
 }
 .AnyTagClassName
 {
   color: #15a4f3;
 }
</style>
background-color css

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

 a { background-color: rgb(21,164,243); }

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

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

 span { border-color: rgb(21,164,243); }

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