Html Css Color HEX #149DF1 Dodger Blue

📋 copy color: '#149DF1'

red 20 ◦ green 157 ◦ blue 241

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

Shades of Dodger Blue #149DF1

Tints of Dodger Blue #149DF1

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.56%

 BLUE value IS 241 (94.53% from 255) = 57.66%

R = 4.78%
G = 37.56%
B = 57.66%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#149DF1 (or 0x149DF1) is known color: Dodger Blue. HEX triplet: 14, 9D and F1. RGB value is (20,157,241). Sum of RGB (Red+Green+Blue) = 20+157+241=418 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.78% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 241 (94.53% from 255 or 57.66% from 418); Max value from RGB is 241 - color contains mainly: blue. Hex color #149DF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149DF1 is #EB620E. Grayscale: #7D7D7D. Windows color (decimal): -15426063 or 15834388. OLE color: 15834388.

HSL color Cylindrical-coordinate representation of color #149DF1: hue angle of 202.81º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #149DF1 is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 20 157 241 -
CMYK 0.92 0.35 0 0.05
HSL 202.81º 0.89% 0.51% -
HSV(B) 202.81º 0.92% 0.95% -
XYZ 28.22 30.61 87.64 -
YUV 125.61 193.11 52.67 -
System Red Green Blue C M Y K H S L
Decimal 20 157 241 0.92 0.35 0 0.05 202.81 0.89 0.51
Hex 14 9D F1 5C 23 0 5 CB 59 33
Octal 24 235 361 134 43 0 5 313 131 63
Binary 10100 10011101 11110001 1011100 100011 0 101 11001011 1011001 110011

Color Harmonies of #149DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149DF1

Black with #149DF1

Text Example


Text Example

White with #149DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,157,241); }

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

background-color css

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

 a { background-color: rgb(20,157,241); }

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

border-color css

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

 span { border-color: rgb(20,157,241); }

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