Html Css Color HEX #149EFB Dodger Blue

📋 copy color: '#149EFB'

red 20 ◦ green 158 ◦ blue 251

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

Shades of Dodger Blue #149EFB

Tints of Dodger Blue #149EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 58.51%

R = 4.66%
G = 36.83%
B = 58.51%

CMYK

 C value IS 0.92

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#149EFB (or 0x149EFB) is known color: Dodger Blue. HEX triplet: 14, 9E and FB. RGB value is (20,158,251). Sum of RGB (Red+Green+Blue) = 20+158+251=429 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.66% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 251 (98.44% from 255 or 58.51% from 429); Max value from RGB is 251 - color contains mainly: blue. Hex color #149EFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149EFB is #EB6104. Grayscale: #7E7E7E. Windows color (decimal): -15425797 or 16490004. OLE color: 16490004.

HSL color Cylindrical-coordinate representation of color #149EFB: hue angle of 204.16º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #149EFB is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 158 251 -
CMYK 0.92 0.37 0 0.02
HSL 204.16º 0.97% 0.53% -
HSV(B) 204.16º 0.92% 0.98% -
XYZ 29.93 31.57 95.78 -
YUV 127.34 197.78 51.44 -
System Red Green Blue C M Y K H S L
Decimal 20 158 251 0.92 0.37 0 0.02 204.16 0.97 0.53
Hex 14 9E FB 5C 25 0 2 CC 61 35
Octal 24 236 373 134 45 0 2 314 141 65
Binary 10100 10011110 11111011 1011100 100101 0 10 11001100 1100001 110101

Color Harmonies of #149EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149EFB

Black with #149EFB

Text Example


Text Example

White with #149EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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