Html Css Color HEX #149CE1 Dodger Blue

📋 copy color: '#149CE1'

red 20 ◦ green 156 ◦ blue 225

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

Shades of Dodger Blue #149CE1

Tints of Dodger Blue #149CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 56.11%

R = 4.99%
G = 38.9%
B = 56.11%

CMYK

 C value IS 0.91

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#149CE1 (or 0x149CE1) is known color: Dodger Blue. HEX triplet: 14, 9C and E1. RGB value is (20,156,225). Sum of RGB (Red+Green+Blue) = 20+156+225=401 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.99% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 225 (88.28% from 255 or 56.11% from 401); Max value from RGB is 225 - color contains mainly: blue. Hex color #149CE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149CE1 is #EB631E. Grayscale: #7A7A7A. Windows color (decimal): -15426335 or 14785556. OLE color: 14785556.

HSL color Cylindrical-coordinate representation of color #149CE1: hue angle of 200.2º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #149CE1 is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 20 156 225 -
CMYK 0.91 0.31 0 0.12
HSL 200.2º 0.84% 0.48% -
HSV(B) 200.2º 0.91% 0.88% -
XYZ 25.77 29.36 75.54 -
YUV 123.2 185.44 54.39 -
System Red Green Blue C M Y K H S L
Decimal 20 156 225 0.91 0.31 0 0.12 200.2 0.84 0.48
Hex 14 9C E1 5B 1F 0 C C8 54 30
Octal 24 234 341 133 37 0 14 310 124 60
Binary 10100 10011100 11100001 1011011 11111 0 1100 11001000 1010100 110000

Color Harmonies of #149CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149CE1

Black with #149CE1

Text Example


Text Example

White with #149CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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