Html Css Color HEX #149EF6 Dodger Blue

📋 copy color: '#149EF6'

red 20 ◦ green 158 ◦ blue 246

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

Shades of Dodger Blue #149EF6

Tints of Dodger Blue #149EF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 58.02%

R = 4.72%
G = 37.26%
B = 58.02%

CMYK

 C value IS 0.92

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#149EF6 (or 0x149EF6) is known color: Dodger Blue. HEX triplet: 14, 9E and F6. RGB value is (20,158,246). Sum of RGB (Red+Green+Blue) = 20+158+246=424 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.72% from 424); Green value is 158 (62.11% from 255 or 37.26% from 424); Blue value is 246 (96.48% from 255 or 58.02% from 424); Max value from RGB is 246 - color contains mainly: blue. Hex color #149EF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149EF6 is #EB6109. Grayscale: #7E7E7E. Windows color (decimal): -15425802 or 16162324. OLE color: 16162324.

HSL color Cylindrical-coordinate representation of color #149EF6: hue angle of 203.36º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #149EF6 is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 20 158 246 -
CMYK 0.92 0.36 0 0.04
HSL 203.36º 0.93% 0.52% -
HSV(B) 203.36º 0.92% 0.96% -
XYZ 29.15 31.26 91.69 -
YUV 126.77 195.28 51.84 -
System Red Green Blue C M Y K H S L
Decimal 20 158 246 0.92 0.36 0 0.04 203.36 0.93 0.52
Hex 14 9E F6 5C 24 0 4 CB 5D 34
Octal 24 236 366 134 44 0 4 313 135 64
Binary 10100 10011110 11110110 1011100 100100 0 100 11001011 1011101 110100

Color Harmonies of #149EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149EF6

Black with #149EF6

Text Example


Text Example

White with #149EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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