Html Css Color HEX #149CE6 Dodger Blue

📋 copy color: '#149CE6'

red 20 ◦ green 156 ◦ blue 230

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

Shades of Dodger Blue #149CE6

Tints of Dodger Blue #149CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 56.65%

R = 4.93%
G = 38.42%
B = 56.65%

CMYK

 C value IS 0.91

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#149CE6 (or 0x149CE6) is known color: Dodger Blue. HEX triplet: 14, 9C and E6. RGB value is (20,156,230). Sum of RGB (Red+Green+Blue) = 20+156+230=406 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.93% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 230 (90.23% from 255 or 56.65% from 406); Max value from RGB is 230 - color contains mainly: blue. Hex color #149CE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149CE6 is #EB6319. Grayscale: #7B7B7B. Windows color (decimal): -15426330 or 15113236. OLE color: 15113236.

HSL color Cylindrical-coordinate representation of color #149CE6: hue angle of 201.14º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #149CE6 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 20 156 230 -
CMYK 0.91 0.32 0 0.10
HSL 201.14º 0.84% 0.49% -
HSV(B) 201.14º 0.91% 0.9% -
XYZ 26.46 29.64 79.19 -
YUV 123.77 187.94 53.98 -
System Red Green Blue C M Y K H S L
Decimal 20 156 230 0.91 0.32 0 0.10 201.14 0.84 0.49
Hex 14 9C E6 5B 20 0 A C9 54 31
Octal 24 234 346 133 40 0 12 311 124 61
Binary 10100 10011100 11100110 1011011 100000 0 1010 11001001 1010100 110001

Color Harmonies of #149CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149CE6

Black with #149CE6

Text Example


Text Example

White with #149CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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