Html Css Color HEX #149BEF Dodger Blue

📋 copy color: '#149BEF'

red 20 ◦ green 155 ◦ blue 239

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

Shades of Dodger Blue #149BEF

Tints of Dodger Blue #149BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 57.73%

R = 4.83%
G = 37.44%
B = 57.73%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#149BEF (or 0x149BEF) is known color: Dodger Blue. HEX triplet: 14, 9B and EF. RGB value is (20,155,239). Sum of RGB (Red+Green+Blue) = 20+155+239=414 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.83% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 239 (93.75% from 255 or 57.73% from 414); Max value from RGB is 239 - color contains mainly: blue. Hex color #149BEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149BEF is #EB6410. Grayscale: #7B7B7B. Windows color (decimal): -15426577 or 15702804. OLE color: 15702804.

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

Color convert

RGB 20 155 239 -
CMYK 0.92 0.35 0 0.06
HSL 203.01º 0.87% 0.51% -
HSV(B) 203.01º 0.92% 0.94% -
XYZ 27.59 29.82 85.96 -
YUV 124.21 192.77 53.67 -
System Red Green Blue C M Y K H S L
Decimal 20 155 239 0.92 0.35 0 0.06 203.01 0.87 0.51
Hex 14 9B EF 5C 23 0 6 CB 57 33
Octal 24 233 357 134 43 0 6 313 127 63
Binary 10100 10011011 11101111 1011100 100011 0 110 11001011 1010111 110011

Color Harmonies of #149BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149BEF

Black with #149BEF

Text Example


Text Example

White with #149BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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