Html Css Color HEX #149EEA Dodger Blue

📋 copy color: '#149EEA'

red 20 ◦ green 158 ◦ blue 234

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

Shades of Dodger Blue #149EEA

Tints of Dodger Blue #149EEA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.35%

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

R = 4.85%
G = 38.35%
B = 56.8%

CMYK

 C value IS 0.91

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#149EEA (or 0x149EEA) is known color: Dodger Blue. HEX triplet: 14, 9E and EA. RGB value is (20,158,234). Sum of RGB (Red+Green+Blue) = 20+158+234=412 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.85% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 234 (91.80% from 255 or 56.80% from 412); Max value from RGB is 234 - color contains mainly: blue. Hex color #149EEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149EEA is #EB6115. Grayscale: #7C7C7C. Windows color (decimal): -15425814 or 15375892. OLE color: 15375892.

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

Color convert

RGB 20 158 234 -
CMYK 0.91 0.32 0 0.08
HSL 201.31º 0.84% 0.5% -
HSV(B) 201.31º 0.91% 0.92% -
XYZ 27.37 30.54 82.29 -
YUV 125.4 189.28 52.82 -
System Red Green Blue C M Y K H S L
Decimal 20 158 234 0.91 0.32 0 0.08 201.31 0.84 0.5
Hex 14 9E EA 5B 20 0 8 C9 54 32
Octal 24 236 352 133 40 0 10 311 124 62
Binary 10100 10011110 11101010 1011011 100000 0 1000 11001001 1010100 110010

Color Harmonies of #149EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149EEA

Black with #149EEA

Text Example


Text Example

White with #149EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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