Html Css Color HEX #149CEB Dodger Blue

📋 copy color: '#149CEB'

red 20 ◦ green 156 ◦ blue 235

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

Shades of Dodger Blue #149CEB

Tints of Dodger Blue #149CEB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.96%

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

R = 4.87%
G = 37.96%
B = 57.18%

CMYK

 C value IS 0.91

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#149CEB (or 0x149CEB) is known color: Dodger Blue. HEX triplet: 14, 9C and EB. RGB value is (20,156,235). Sum of RGB (Red+Green+Blue) = 20+156+235=411 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.87% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 235 (92.19% from 255 or 57.18% from 411); Max value from RGB is 235 - color contains mainly: blue. Hex color #149CEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149CEB is #EB6314. Grayscale: #7B7B7B. Windows color (decimal): -15426325 or 15440916. OLE color: 15440916.

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

Color convert

RGB 20 156 235 -
CMYK 0.91 0.34 0 0.08
HSL 202.05º 0.84% 0.5% -
HSV(B) 202.05º 0.91% 0.92% -
XYZ 27.17 29.92 82.94 -
YUV 124.34 190.44 53.58 -
System Red Green Blue C M Y K H S L
Decimal 20 156 235 0.91 0.34 0 0.08 202.05 0.84 0.5
Hex 14 9C EB 5B 22 0 8 CA 54 32
Octal 24 234 353 133 42 0 10 312 124 62
Binary 10100 10011100 11101011 1011011 100010 0 1000 11001010 1010100 110010

Color Harmonies of #149CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149CEB

Black with #149CEB

Text Example


Text Example

White with #149CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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