Html Css Color HEX #149FE2 Dodger Blue

📋 copy color: '#149FE2'

red 20 ◦ green 159 ◦ blue 226

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

Shades of Dodger Blue #149FE2

Tints of Dodger Blue #149FE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 55.8%

R = 4.94%
G = 39.26%
B = 55.8%

CMYK

 C value IS 0.91

 M value IS 0.30

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#149FE2 (or 0x149FE2) is known color: Dodger Blue. HEX triplet: 14, 9F and E2. RGB value is (20,159,226). Sum of RGB (Red+Green+Blue) = 20+159+226=405 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.94% from 405); Green value is 159 (62.5% from 255 or 39.26% from 405); Blue value is 226 (88.67% from 255 or 55.80% from 405); Max value from RGB is 226 - color contains mainly: blue. Hex color #149FE2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149FE2 is #EB601D. Grayscale: #7C7C7C. Windows color (decimal): -15425566 or 14851860. OLE color: 14851860.

HSL color Cylindrical-coordinate representation of color #149FE2: hue angle of 199.51º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #149FE2 is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 20 159 226 -
CMYK 0.91 0.30 0 0.11
HSL 199.51º 0.84% 0.48% -
HSV(B) 199.51º 0.91% 0.89% -
XYZ 26.41 30.44 76.43 -
YUV 125.08 184.95 53.05 -
System Red Green Blue C M Y K H S L
Decimal 20 159 226 0.91 0.30 0 0.11 199.51 0.84 0.48
Hex 14 9F E2 5B 1E 0 B C8 54 30
Octal 24 237 342 133 36 0 13 310 124 60
Binary 10100 10011111 11100010 1011011 11110 0 1011 11001000 1010100 110000

Color Harmonies of #149FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149FE2

Black with #149FE2

Text Example


Text Example

White with #149FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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