#148BE0

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

Shades of Dodger Blue #148BE0

Tints of Dodger Blue #148BE0

Color information

#148BE0 (or 0x148BE0) is unknown color: approx Dodger Blue. HEX triplet: 14, 8B and E0. RGB value is (20,139,224). Sum of RGB (Red+Green+Blue) = 20+139+224=383 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.22% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 224 (87.89% from 255 or 58.49% from 383); Max value from RGB is 224 - color contains mainly: blue. Hex color #148BE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148BE0 is #EB741F. Grayscale: #707070. Windows color (decimal): -15430688 or 14715668. OLE color: 14715668.

HSL color Cylindrical-coordinate representation of color #148BE0: hue angle of 205º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #148BE0 is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20139224-
CMYK0.910.3800.12
HSL205º83.61%47.84%-
HSV(B)205º91.07%87.84%-
XYZ22.982473.94-
YUV113.11190.5861.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.22%
GREEN value IS 139 (54.69% from 255) = 36.29%
BLUE value IS 224 (87.89% from 255) = 58.49%
R=5.22%
G=36.29%
B=58.49%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal201392240.910.3800.1220583.6147.84
Hex148BE05B260Ccd5430
Octal242133401334601431512460
Binary101001000101111100000101101110011001100110011011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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

cancel