Html Css Color HEX #149CE9 Dodger Blue

📋 copy color: '#149CE9'

red 20 ◦ green 156 ◦ blue 233

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

Shades of Dodger Blue #149CE9

Tints of Dodger Blue #149CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 56.97%

R = 4.89%
G = 38.14%
B = 56.97%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#149CE9 (or 0x149CE9) is known color: Dodger Blue. HEX triplet: 14, 9C and E9. RGB value is (20,156,233). Sum of RGB (Red+Green+Blue) = 20+156+233=409 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.89% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 233 (91.41% from 255 or 56.97% from 409); Max value from RGB is 233 - color contains mainly: blue. Hex color #149CE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149CE9 is #EB6316. Grayscale: #7B7B7B. Windows color (decimal): -15426327 or 15309844. OLE color: 15309844.

HSL color Cylindrical-coordinate representation of color #149CE9: hue angle of 201.69º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #149CE9 is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 20 156 233 -
CMYK 0.91 0.33 0 0.09
HSL 201.69º 0.84% 0.5% -
HSV(B) 201.69º 0.91% 0.91% -
XYZ 26.88 29.81 81.43 -
YUV 124.11 189.44 53.74 -
System Red Green Blue C M Y K H S L
Decimal 20 156 233 0.91 0.33 0 0.09 201.69 0.84 0.5
Hex 14 9C E9 5B 21 0 9 CA 54 32
Octal 24 234 351 133 41 0 11 312 124 62
Binary 10100 10011100 11101001 1011011 100001 0 1001 11001010 1010100 110010

Color Harmonies of #149CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149CE9

Black with #149CE9

Text Example


Text Example

White with #149CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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