Html Css Color HEX #148BEB Dodger Blue

📋 copy color: '#148BEB'

red 20 ◦ green 139 ◦ blue 235

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

Shades of Dodger Blue #148BEB

Tints of Dodger Blue #148BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 59.64%

R = 5.08%
G = 35.28%
B = 59.64%

CMYK

 C value IS 0.91

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#148BEB (or 0x148BEB) is known color: Dodger Blue. HEX triplet: 14, 8B and EB. RGB value is (20,139,235). Sum of RGB (Red+Green+Blue) = 20+139+235=394 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.08% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 235 (92.19% from 255 or 59.64% from 394); Max value from RGB is 235 - color contains mainly: blue. Hex color #148BEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #148BEB is #EB7414. Grayscale: #717171. Windows color (decimal): -15430677 or 15436564. OLE color: 15436564.

HSL color Cylindrical-coordinate representation of color #148BEB: hue angle of 206.79º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #148BEB is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 139 235 -
CMYK 0.91 0.41 0 0.08
HSL 206.79º 0.84% 0.5% -
HSV(B) 206.79º 0.91% 0.92% -
XYZ 24.52 24.61 82.06 -
YUV 114.36 196.08 60.69 -
System Red Green Blue C M Y K H S L
Decimal 20 139 235 0.91 0.41 0 0.08 206.79 0.84 0.5
Hex 14 8B EB 5B 29 0 8 CF 54 32
Octal 24 213 353 133 51 0 10 317 124 62
Binary 10100 10001011 11101011 1011011 101001 0 1000 11001111 1010100 110010

Color Harmonies of #148BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148BEB

Black with #148BEB

Text Example


Text Example

White with #148BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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