Html Css Color HEX #148BE0 Dodger Blue

📋 copy color: '#148BE0'

red 20 ◦ green 139 ◦ blue 224

#148BE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #148BE0

Tints of Dodger Blue #148BE0

RGB

 RED value IS 20 (8.2% 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 value IS 0.91

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#148BE0 (or 0x148BE0) is known color: 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

RGB 20 139 224 -
CMYK 0.91 0.38 0 0.12
HSL 205º 0.84% 0.48% -
HSV(B) 205º 0.91% 0.88% -
XYZ 22.98 24 73.94 -
YUV 113.11 190.58 61.59 -
System Red Green Blue C M Y K H S L
Decimal 20 139 224 0.91 0.38 0 0.12 205 0.84 0.48
Hex 14 8B E0 5B 26 0 C CD 54 30
Octal 24 213 340 133 46 0 14 315 124 60
Binary 10100 10001011 11100000 1011011 100110 0 1100 11001101 1010100 110000

Color Harmonies of #148BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148BE0

Black with #148BE0

Text Example


Text Example

White with #148BE0

Text Example


Text Example

HTML Codes & Css Web 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>