#1481F8

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

Shades of Dodger Blue #1481F8

Tints of Dodger Blue #1481F8

Color information

#1481F8 (or 0x1481F8) is unknown color: approx Dodger Blue. HEX triplet: 14, 81 and F8. RGB value is (20,129,248). Sum of RGB (Red+Green+Blue) = 20+129+248=397 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.04% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 248 (97.27% from 255 or 62.47% from 397); Max value from RGB is 248 - color contains mainly: blue. Hex color #1481F8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1481F8 is #EB7E07. Grayscale: #6D6D6D. Windows color (decimal): -15433224 or 16285972. OLE color: 16285972.

HSL color Cylindrical-coordinate representation of color #1481F8: hue angle of 211.32º 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 #1481F8 is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB20129248-
CMYK0.920.4800.03
HSL211.32º94.21%52.55%-
HSV(B)211.32º91.94%97.25%-
XYZ25.0822.6391.85-
YUV109.98205.8963.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.04%
GREEN value IS 129 (50.78% from 255) = 32.49%
BLUE value IS 248 (97.27% from 255) = 62.47%
R=5.04%
G=32.49%
B=62.47%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal201292480.920.4800.03211.3294.2152.55
Hex1481F85C3003d35e35
Octal24201370134600332313665
Binary1010010000001111110001011100110000011110100111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1481F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1481F8; }

 p { color: rgb(20,129,248); }

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

<style>
 a { background-color: #1481F8; }

 a { background-color: rgb(20,129,248); }

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

<style>
 span { border-color: #1481F8; }

 span { border-color: rgb(20,129,248); }

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