Html Css Color HEX #148EEF Dodger Blue

📋 copy color: '#148EEF'

red 20 ◦ green 142 ◦ blue 239

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

Shades of Dodger Blue #148EEF

Tints of Dodger Blue #148EEF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.41%

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

R = 4.99%
G = 35.41%
B = 59.6%

CMYK

 C value IS 0.92

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#148EEF (or 0x148EEF) is known color: Dodger Blue. HEX triplet: 14, 8E and EF. RGB value is (20,142,239). Sum of RGB (Red+Green+Blue) = 20+142+239=401 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.99% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 239 (93.75% from 255 or 59.60% from 401); Max value from RGB is 239 - color contains mainly: blue. Hex color #148EEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #148EEF is #EB7110. Grayscale: #747474. Windows color (decimal): -15429905 or 15699476. OLE color: 15699476.

HSL color Cylindrical-coordinate representation of color #148EEF: hue angle of 206.58º 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 #148EEF is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 20 142 239 -
CMYK 0.92 0.41 0 0.06
HSL 206.58º 0.87% 0.51% -
HSV(B) 206.58º 0.92% 0.94% -
XYZ 25.54 25.73 85.28 -
YUV 116.58 197.08 59.11 -
System Red Green Blue C M Y K H S L
Decimal 20 142 239 0.92 0.41 0 0.06 206.58 0.87 0.51
Hex 14 8E EF 5C 29 0 6 CF 57 33
Octal 24 216 357 134 51 0 6 317 127 63
Binary 10100 10001110 11101111 1011100 101001 0 110 11001111 1010111 110011

Color Harmonies of #148EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148EEF

Black with #148EEF

Text Example


Text Example

White with #148EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148EEF; }

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

 H1.HeaderClassName
 {
   color: #148EEF;
 }
 .AnyTagClassName
 {
   color: #148EEF;
 }
</style>

background-color css

<style>
 a { background-color: #148EEF; }

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

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

border-color css

<style>
 span { border-color: #148EEF; }

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

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