Html Css Color HEX #148BDB Dodger Blue

📋 copy color: '#148BDB'

red 20 ◦ green 139 ◦ blue 219

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

Shades of Dodger Blue #148BDB

Tints of Dodger Blue #148BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.94%

R = 5.29%
G = 36.77%
B = 57.94%

CMYK

 C value IS 0.91

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#148BDB (or 0x148BDB) is known color: Dodger Blue. HEX triplet: 14, 8B and DB. RGB value is (20,139,219). Sum of RGB (Red+Green+Blue) = 20+139+219=378 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.29% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #148BDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148BDB is #EB7424. Grayscale: #707070. Windows color (decimal): -15430693 or 14387988. OLE color: 14387988.

HSL color Cylindrical-coordinate representation of color #148BDB: hue angle of 204.12º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #148BDB is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 139 219 -
CMYK 0.91 0.37 0 0.14
HSL 204.12º 0.83% 0.47% -
HSV(B) 204.12º 0.91% 0.86% -
XYZ 22.31 23.73 70.42 -
YUV 112.54 188.08 62 -
System Red Green Blue C M Y K H S L
Decimal 20 139 219 0.91 0.37 0 0.14 204.12 0.83 0.47
Hex 14 8B DB 5B 25 0 E CC 53 2F
Octal 24 213 333 133 45 0 16 314 123 57
Binary 10100 10001011 11011011 1011011 100101 0 1110 11001100 1010011 101111

Color Harmonies of #148BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148BDB

Black with #148BDB

Text Example


Text Example

White with #148BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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