Html Css Color HEX #148BE6 Dodger Blue

📋 copy color: '#148BE6'

red 20 ◦ green 139 ◦ blue 230

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

Shades of Dodger Blue #148BE6

Tints of Dodger Blue #148BE6

RGB

 RED value IS 20 (8.2% from 255) = 5.14%

 GREEN value IS 139 (54.69% from 255) = 35.73%

 BLUE value IS 230 (90.23% from 255) = 59.13%

R = 5.14%
G = 35.73%
B = 59.13%

CMYK

 C value IS 0.91

 M value IS 0.40

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#148BE6 (or 0x148BE6) is known color: Dodger Blue. HEX triplet: 14, 8B and E6. RGB value is (20,139,230). Sum of RGB (Red+Green+Blue) = 20+139+230=389 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.14% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 230 (90.23% from 255 or 59.13% from 389); Max value from RGB is 230 - color contains mainly: blue. Hex color #148BE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #148BE6 is #EB7419. Grayscale: #717171. Windows color (decimal): -15430682 or 15108884. OLE color: 15108884.

HSL color Cylindrical-coordinate representation of color #148BE6: hue angle of 206º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #148BE6 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 20 139 230 -
CMYK 0.91 0.40 0 0.10
HSL 206º 0.84% 0.49% -
HSV(B) 206º 0.91% 0.9% -
XYZ 23.8 24.33 78.3 -
YUV 113.79 193.58 61.1 -
System Red Green Blue C M Y K H S L
Decimal 20 139 230 0.91 0.40 0 0.10 206 0.84 0.49
Hex 14 8B E6 5B 28 0 A CE 54 31
Octal 24 213 346 133 50 0 12 316 124 61
Binary 10100 10001011 11100110 1011011 101000 0 1010 11001110 1010100 110001

Color Harmonies of #148BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148BE6

Black with #148BE6

Text Example


Text Example

White with #148BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #148BE6;
 }
 .AnyTagClassName
 {
   color: #148BE6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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