Html Css Color HEX #149BEE Dodger Blue

📋 copy color: '#149BEE'

red 20 ◦ green 155 ◦ blue 238

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

Shades of Dodger Blue #149BEE

Tints of Dodger Blue #149BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 57.63%

R = 4.84%
G = 37.53%
B = 57.63%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#149BEE (or 0x149BEE) is known color: Dodger Blue. HEX triplet: 14, 9B and EE. RGB value is (20,155,238). Sum of RGB (Red+Green+Blue) = 20+155+238=413 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.84% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 238 (93.36% from 255 or 57.63% from 413); Max value from RGB is 238 - color contains mainly: blue. Hex color #149BEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149BEE is #EB6411. Grayscale: #7B7B7B. Windows color (decimal): -15426578 or 15637268. OLE color: 15637268.

HSL color Cylindrical-coordinate representation of color #149BEE: hue angle of 202.84º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #149BEE is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 155 238 -
CMYK 0.92 0.35 0 0.07
HSL 202.84º 0.87% 0.51% -
HSV(B) 202.84º 0.92% 0.93% -
XYZ 27.44 29.76 85.19 -
YUV 124.1 192.27 53.75 -
System Red Green Blue C M Y K H S L
Decimal 20 155 238 0.92 0.35 0 0.07 202.84 0.87 0.51
Hex 14 9B EE 5C 23 0 7 CB 57 33
Octal 24 233 356 134 43 0 7 313 127 63
Binary 10100 10011011 11101110 1011100 100011 0 111 11001011 1010111 110011

Color Harmonies of #149BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149BEE

Black with #149BEE

Text Example


Text Example

White with #149BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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