Html Css Color HEX #149BEA Dodger Blue

📋 copy color: '#149BEA'

red 20 ◦ green 155 ◦ blue 234

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

Shades of Dodger Blue #149BEA

Tints of Dodger Blue #149BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 57.21%

R = 4.89%
G = 37.9%
B = 57.21%

CMYK

 C value IS 0.91

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#149BEA (or 0x149BEA) is known color: Dodger Blue. HEX triplet: 14, 9B and EA. RGB value is (20,155,234). Sum of RGB (Red+Green+Blue) = 20+155+234=409 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.89% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 234 (91.80% from 255 or 57.21% from 409); Max value from RGB is 234 - color contains mainly: blue. Hex color #149BEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149BEA is #EB6415. Grayscale: #7B7B7B. Windows color (decimal): -15426582 or 15375124. OLE color: 15375124.

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

Color convert

RGB 20 155 234 -
CMYK 0.91 0.34 0 0.08
HSL 202.15º 0.84% 0.5% -
HSV(B) 202.15º 0.91% 0.92% -
XYZ 26.86 29.53 82.13 -
YUV 123.64 190.27 54.08 -
System Red Green Blue C M Y K H S L
Decimal 20 155 234 0.91 0.34 0 0.08 202.15 0.84 0.5
Hex 14 9B EA 5B 22 0 8 CA 54 32
Octal 24 233 352 133 42 0 10 312 124 62
Binary 10100 10011011 11101010 1011011 100010 0 1000 11001010 1010100 110010

Color Harmonies of #149BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149BEA

Black with #149BEA

Text Example


Text Example

White with #149BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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