Html Css Color HEX #149BE7 Dodger Blue

📋 copy color: '#149BE7'

red 20 ◦ green 155 ◦ blue 231

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

Shades of Dodger Blue #149BE7

Tints of Dodger Blue #149BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 56.9%

R = 4.93%
G = 38.18%
B = 56.9%

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

#149BE7 (or 0x149BE7) is known color: Dodger Blue. HEX triplet: 14, 9B and E7. RGB value is (20,155,231). Sum of RGB (Red+Green+Blue) = 20+155+231=406 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.93% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 231 (90.62% from 255 or 56.90% from 406); Max value from RGB is 231 - color contains mainly: blue. Hex color #149BE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149BE7 is #EB6418. Grayscale: #7A7A7A. Windows color (decimal): -15426585 or 15178516. OLE color: 15178516.

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

Color convert

RGB 20 155 231 -
CMYK 0.91 0.33 0 0.09
HSL 201.61º 0.84% 0.49% -
HSV(B) 201.61º 0.91% 0.91% -
XYZ 26.43 29.36 79.88 -
YUV 123.3 188.77 54.32 -
System Red Green Blue C M Y K H S L
Decimal 20 155 231 0.91 0.33 0 0.09 201.61 0.84 0.49
Hex 14 9B E7 5B 21 0 9 CA 54 31
Octal 24 233 347 133 41 0 11 312 124 61
Binary 10100 10011011 11100111 1011011 100001 0 1001 11001010 1010100 110001

Color Harmonies of #149BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149BE7

Black with #149BE7

Text Example


Text Example

White with #149BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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