Html Css Color HEX #149EE6 Dodger Blue

📋 copy color: '#149EE6'

red 20 ◦ green 158 ◦ blue 230

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

Shades of Dodger Blue #149EE6

Tints of Dodger Blue #149EE6

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.73%

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

R = 4.9%
G = 38.73%
B = 56.37%

CMYK

 C value IS 0.91

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#149EE6 (or 0x149EE6) is known color: Dodger Blue. HEX triplet: 14, 9E and E6. RGB value is (20,158,230). Sum of RGB (Red+Green+Blue) = 20+158+230=408 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.90% from 408); Green value is 158 (62.11% from 255 or 38.73% from 408); Blue value is 230 (90.23% from 255 or 56.37% from 408); Max value from RGB is 230 - color contains mainly: blue. Hex color #149EE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149EE6 is #EB6119. Grayscale: #7C7C7C. Windows color (decimal): -15425818 or 15113748. OLE color: 15113748.

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

Color convert

RGB 20 158 230 -
CMYK 0.91 0.31 0 0.10
HSL 200.57º 0.84% 0.49% -
HSV(B) 200.57º 0.91% 0.9% -
XYZ 26.8 30.32 79.3 -
YUV 124.95 187.28 53.15 -
System Red Green Blue C M Y K H S L
Decimal 20 158 230 0.91 0.31 0 0.10 200.57 0.84 0.49
Hex 14 9E E6 5B 1F 0 A C9 54 31
Octal 24 236 346 133 37 0 12 311 124 61
Binary 10100 10011110 11100110 1011011 11111 0 1010 11001001 1010100 110001

Color Harmonies of #149EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149EE6

Black with #149EE6

Text Example


Text Example

White with #149EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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