Html Css Color HEX #149FEB Dodger Blue

📋 copy color: '#149FEB'

red 20 ◦ green 159 ◦ blue 235

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

Shades of Dodger Blue #149FEB

Tints of Dodger Blue #149FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 56.76%

R = 4.83%
G = 38.41%
B = 56.76%

CMYK

 C value IS 0.91

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#149FEB (or 0x149FEB) is known color: Dodger Blue. HEX triplet: 14, 9F and EB. RGB value is (20,159,235). Sum of RGB (Red+Green+Blue) = 20+159+235=414 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.83% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 235 (92.19% from 255 or 56.76% from 414); Max value from RGB is 235 - color contains mainly: blue. Hex color #149FEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149FEB is #EB6014. Grayscale: #7D7D7D. Windows color (decimal): -15425557 or 15441684. OLE color: 15441684.

HSL color Cylindrical-coordinate representation of color #149FEB: hue angle of 201.21º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #149FEB is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 159 235 -
CMYK 0.91 0.32 0 0.08
HSL 201.21º 0.84% 0.5% -
HSV(B) 201.21º 0.91% 0.92% -
XYZ 27.68 30.94 83.11 -
YUV 126.1 189.45 52.32 -
System Red Green Blue C M Y K H S L
Decimal 20 159 235 0.91 0.32 0 0.08 201.21 0.84 0.5
Hex 14 9F EB 5B 20 0 8 C9 54 32
Octal 24 237 353 133 40 0 10 311 124 62
Binary 10100 10011111 11101011 1011011 100000 0 1000 11001001 1010100 110010

Color Harmonies of #149FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149FEB

Black with #149FEB

Text Example


Text Example

White with #149FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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