Html Css Color HEX #149DEB Dodger Blue

📋 copy color: '#149DEB'

red 20 ◦ green 157 ◦ blue 235

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

Shades of Dodger Blue #149DEB

Tints of Dodger Blue #149DEB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.11%

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

R = 4.85%
G = 38.11%
B = 57.04%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#149DEB (or 0x149DEB) is known color: Dodger Blue. HEX triplet: 14, 9D and EB. RGB value is (20,157,235). Sum of RGB (Red+Green+Blue) = 20+157+235=412 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.85% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 235 (92.19% from 255 or 57.04% from 412); Max value from RGB is 235 - color contains mainly: blue. Hex color #149DEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149DEB is #EB6214. Grayscale: #7C7C7C. Windows color (decimal): -15426069 or 15441172. OLE color: 15441172.

HSL color Cylindrical-coordinate representation of color #149DEB: hue angle of 201.77º 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 #149DEB is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 157 235 -
CMYK 0.91 0.33 0 0.08
HSL 201.77º 0.84% 0.5% -
HSV(B) 201.77º 0.91% 0.92% -
XYZ 27.34 30.26 83 -
YUV 124.93 190.11 53.16 -
System Red Green Blue C M Y K H S L
Decimal 20 157 235 0.91 0.33 0 0.08 201.77 0.84 0.5
Hex 14 9D EB 5B 21 0 8 CA 54 32
Octal 24 235 353 133 41 0 10 312 124 62
Binary 10100 10011101 11101011 1011011 100001 0 1000 11001010 1010100 110010

Color Harmonies of #149DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149DEB

Black with #149DEB

Text Example


Text Example

White with #149DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149DEB; }

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

 H1.HeaderClassName
 {
   color: #149DEB;
 }
 .AnyTagClassName
 {
   color: #149DEB;
 }
</style>

background-color css

<style>
 a { background-color: #149DEB; }

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

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

border-color css

<style>
 span { border-color: #149DEB; }

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

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