Html Css Color HEX #149CF1 Dodger Blue

📋 copy color: '#149CF1'

red 20 ◦ green 156 ◦ blue 241

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

Shades of Dodger Blue #149CF1

Tints of Dodger Blue #149CF1

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.41%

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

R = 4.8%
G = 37.41%
B = 57.79%

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

#149CF1 (or 0x149CF1) is known color: Dodger Blue. HEX triplet: 14, 9C and F1. RGB value is (20,156,241). Sum of RGB (Red+Green+Blue) = 20+156+241=417 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.80% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 241 (94.53% from 255 or 57.79% from 417); Max value from RGB is 241 - color contains mainly: blue. Hex color #149CF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149CF1 is #EB630E. Grayscale: #7C7C7C. Windows color (decimal): -15426319 or 15834132. OLE color: 15834132.

HSL color Cylindrical-coordinate representation of color #149CF1: hue angle of 203.08º 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 #149CF1 is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 20 156 241 -
CMYK 0.92 0.35 0 0.05
HSL 203.08º 0.89% 0.51% -
HSV(B) 203.08º 0.92% 0.95% -
XYZ 28.05 30.28 87.58 -
YUV 125.03 193.44 53.09 -
System Red Green Blue C M Y K H S L
Decimal 20 156 241 0.92 0.35 0 0.05 203.08 0.89 0.51
Hex 14 9C F1 5C 23 0 5 CB 59 33
Octal 24 234 361 134 43 0 5 313 131 63
Binary 10100 10011100 11110001 1011100 100011 0 101 11001011 1011001 110011

Color Harmonies of #149CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149CF1

Black with #149CF1

Text Example


Text Example

White with #149CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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