Html Css Color HEX #149FE6 Dodger Blue

📋 copy color: '#149FE6'

red 20 ◦ green 159 ◦ blue 230

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

Shades of Dodger Blue #149FE6

Tints of Dodger Blue #149FE6

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.88%

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

R = 4.89%
G = 38.88%
B = 56.23%

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

#149FE6 (or 0x149FE6) is known color: Dodger Blue. HEX triplet: 14, 9F and E6. RGB value is (20,159,230). Sum of RGB (Red+Green+Blue) = 20+159+230=409 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.89% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 230 (90.23% from 255 or 56.23% from 409); Max value from RGB is 230 - color contains mainly: blue. Hex color #149FE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149FE6 is #EB6019. Grayscale: #7D7D7D. Windows color (decimal): -15425562 or 15114004. OLE color: 15114004.

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

Color convert

RGB 20 159 230 -
CMYK 0.91 0.31 0 0.10
HSL 200.29º 0.84% 0.49% -
HSV(B) 200.29º 0.91% 0.9% -
XYZ 26.97 30.66 79.36 -
YUV 125.53 186.95 52.73 -
System Red Green Blue C M Y K H S L
Decimal 20 159 230 0.91 0.31 0 0.10 200.29 0.84 0.49
Hex 14 9F E6 5B 1F 0 A C8 54 31
Octal 24 237 346 133 37 0 12 310 124 61
Binary 10100 10011111 11100110 1011011 11111 0 1010 11001000 1010100 110001

Color Harmonies of #149FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149FE6

Black with #149FE6

Text Example


Text Example

White with #149FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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