#148BFF

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

Shades of Dodger Blue #148BFF

Tints of Dodger Blue #148BFF

Color information

#148BFF (or 0x148BFF) is unknown color: approx Dodger Blue. HEX triplet: 14, 8B and FF. RGB value is (20,139,255). Sum of RGB (Red+Green+Blue) = 20+139+255=414 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.83% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #148BFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #148BFF is #EB7400. Grayscale: #747474. Windows color (decimal): -15430657 or 16747284. OLE color: 16747284.

HSL color Cylindrical-coordinate representation of color #148BFF: hue angle of 209.62º 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 #148BFF is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB20139255-
CMYK0.920.4500
HSL209.62º100%53.92%-
HSV(B)209.62º92.16%100%-
XYZ27.5725.8398.14-
YUV116.64206.0859.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.83%
GREEN value IS 139 (54.69% from 255) = 33.57%
BLUE value IS 255 (100% from 255) = 61.59%
R=4.83%
G=33.57%
B=61.59%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal201392550.920.4500209.6210053.92
Hex148BFF5C2D00d26436
Octal24213377134550032214466
Binary101001000101111111111101110010110100110100101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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