Html Css Color HEX #149BE9 Dodger Blue

📋 copy color: '#149BE9'

red 20 ◦ green 155 ◦ blue 233

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

Shades of Dodger Blue #149BE9

Tints of Dodger Blue #149BE9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.99%

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

R = 4.9%
G = 37.99%
B = 57.11%

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

#149BE9 (or 0x149BE9) is known color: Dodger Blue. HEX triplet: 14, 9B and E9. RGB value is (20,155,233). Sum of RGB (Red+Green+Blue) = 20+155+233=408 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.90% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 233 (91.41% from 255 or 57.11% from 408); Max value from RGB is 233 - color contains mainly: blue. Hex color #149BE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149BE9 is #EB6416. Grayscale: #7B7B7B. Windows color (decimal): -15426583 or 15309588. OLE color: 15309588.

HSL color Cylindrical-coordinate representation of color #149BE9: hue angle of 201.97º 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 #149BE9 is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 20 155 233 -
CMYK 0.91 0.33 0 0.09
HSL 201.97º 0.84% 0.5% -
HSV(B) 201.97º 0.91% 0.91% -
XYZ 26.72 29.47 81.37 -
YUV 123.53 189.77 54.16 -
System Red Green Blue C M Y K H S L
Decimal 20 155 233 0.91 0.33 0 0.09 201.97 0.84 0.5
Hex 14 9B E9 5B 21 0 9 CA 54 32
Octal 24 233 351 133 41 0 11 312 124 62
Binary 10100 10011011 11101001 1011011 100001 0 1001 11001010 1010100 110010

Color Harmonies of #149BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149BE9

Black with #149BE9

Text Example


Text Example

White with #149BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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