Html Css Color HEX #149DF6 Dodger Blue

📋 copy color: '#149DF6'

red 20 ◦ green 157 ◦ blue 246

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

Shades of Dodger Blue #149DF6

Tints of Dodger Blue #149DF6

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.12%

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

R = 4.73%
G = 37.12%
B = 58.16%

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

#149DF6 (or 0x149DF6) is known color: Dodger Blue. HEX triplet: 14, 9D and F6. RGB value is (20,157,246). Sum of RGB (Red+Green+Blue) = 20+157+246=423 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.73% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 246 (96.48% from 255 or 58.16% from 423); Max value from RGB is 246 - color contains mainly: blue. Hex color #149DF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149DF6 is #EB6209. Grayscale: #7D7D7D. Windows color (decimal): -15426058 or 16162068. OLE color: 16162068.

HSL color Cylindrical-coordinate representation of color #149DF6: hue angle of 203.63º 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 #149DF6 is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 20 157 246 -
CMYK 0.92 0.36 0 0.04
HSL 203.63º 0.93% 0.52% -
HSV(B) 203.63º 0.92% 0.96% -
XYZ 28.98 30.92 91.63 -
YUV 126.18 195.61 52.26 -
System Red Green Blue C M Y K H S L
Decimal 20 157 246 0.92 0.36 0 0.04 203.63 0.93 0.52
Hex 14 9D F6 5C 24 0 4 CC 5D 34
Octal 24 235 366 134 44 0 4 314 135 64
Binary 10100 10011101 11110110 1011100 100100 0 100 11001100 1011101 110100

Color Harmonies of #149DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149DF6

Black with #149DF6

Text Example


Text Example

White with #149DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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