Html Css Color HEX #149FFF Dodger Blue

📋 copy color: '#149FFF'

red 20 ◦ green 159 ◦ blue 255

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

Shades of Dodger Blue #149FFF

Tints of Dodger Blue #149FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.76%

R = 4.61%
G = 36.64%
B = 58.76%

CMYK

 C value IS 0.92

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#149FFF (or 0x149FFF) is known color: Dodger Blue. HEX triplet: 14, 9F and FF. RGB value is (20,159,255). Sum of RGB (Red+Green+Blue) = 20+159+255=434 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.61% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #149FFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149FFF is #EB6000. Grayscale: #7F7F7F. Windows color (decimal): -15425537 or 16752404. OLE color: 16752404.

HSL color Cylindrical-coordinate representation of color #149FFF: hue angle of 204.51º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #149FFF is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 20 159 255 -
CMYK 0.92 0.38 0 0
HSL 204.51º 1% 0.54% -
HSV(B) 204.51º 0.92% 1% -
XYZ 30.74 32.17 99.2 -
YUV 128.38 199.45 50.69 -
System Red Green Blue C M Y K H S L
Decimal 20 159 255 0.92 0.38 0 0 204.51 1 0.54
Hex 14 9F FF 5C 26 0 0 CD 64 36
Octal 24 237 377 134 46 0 0 315 144 66
Binary 10100 10011111 11111111 1011100 100110 0 0 11001101 1100100 110110

Color Harmonies of #149FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149FFF

Black with #149FFF

Text Example


Text Example

White with #149FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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