Html Css Color HEX #149EFE Dodger Blue

📋 copy color: '#149EFE'

red 20 ◦ green 158 ◦ blue 254

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

Shades of Dodger Blue #149EFE

Tints of Dodger Blue #149EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 58.8%

R = 4.63%
G = 36.57%
B = 58.8%

CMYK

 C value IS 0.92

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#149EFE (or 0x149EFE) is known color: Dodger Blue. HEX triplet: 14, 9E and FE. RGB value is (20,158,254). Sum of RGB (Red+Green+Blue) = 20+158+254=432 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.63% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #149EFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149EFE is #EB6101. Grayscale: #7F7F7F. Windows color (decimal): -15425794 or 16686612. OLE color: 16686612.

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

Color convert

RGB 20 158 254 -
CMYK 0.92 0.38 0 0.00
HSL 204.62º 0.99% 0.54% -
HSV(B) 204.62º 0.92% 1% -
XYZ 30.4 31.76 98.29 -
YUV 127.68 199.28 51.19 -
System Red Green Blue C M Y K H S L
Decimal 20 158 254 0.92 0.38 0 0.00 204.62 0.99 0.54
Hex 14 9E FE 5C 26 0 0 CD 63 36
Octal 24 236 376 134 46 0 0 315 143 66
Binary 10100 10011110 11111110 1011100 100110 0 0 11001101 1100011 110110

Color Harmonies of #149EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149EFE

Black with #149EFE

Text Example


Text Example

White with #149EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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