#148EFF

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

Shades of Dodger Blue #148EFF

Tints of Dodger Blue #148EFF

Color information

#148EFF (or 0x148EFF) is unknown color: approx Dodger Blue. HEX triplet: 14, 8E and FF. RGB value is (20,142,255). Sum of RGB (Red+Green+Blue) = 20+142+255=417 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.80% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #148EFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #148EFF is #EB7100. Grayscale: #757575. Windows color (decimal): -15429889 or 16748052. OLE color: 16748052.

HSL color Cylindrical-coordinate representation of color #148EFF: hue angle of 208.85º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #148EFF is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB20142255-
CMYK0.920.4400
HSL208.85º100%53.92%-
HSV(B)208.85º92.16%100%-
XYZ28.0126.7198.29-
YUV118.4205.0857.81-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.80%
GREEN value IS 142 (55.86% from 255) = 34.05%
BLUE value IS 255 (100% from 255) = 61.15%
R=4.80%
G=34.05%
B=61.15%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal201422550.920.4400208.8510053.92
Hex148EFF5C2C00d16436
Octal24216377134540032114466
Binary101001000111011111111101110010110000110100011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148EFF; }

 p { color: rgb(20,142,255); }

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

<style>
 a { background-color: #148EFF; }

 a { background-color: rgb(20,142,255); }

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

<style>
 span { border-color: #148EFF; }

 span { border-color: rgb(20,142,255); }

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