Html Css Color HEX #148EEC Dodger Blue

📋 copy color: '#148EEC'

red 20 ◦ green 142 ◦ blue 236

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

Shades of Dodger Blue #148EEC

Tints of Dodger Blue #148EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 59.3%

R = 5.03%
G = 35.68%
B = 59.3%

CMYK

 C value IS 0.92

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#148EEC (or 0x148EEC) is known color: Dodger Blue. HEX triplet: 14, 8E and EC. RGB value is (20,142,236). Sum of RGB (Red+Green+Blue) = 20+142+236=398 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.03% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 236 (92.58% from 255 or 59.30% from 398); Max value from RGB is 236 - color contains mainly: blue. Hex color #148EEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #148EEC is #EB7113. Grayscale: #737373. Windows color (decimal): -15429908 or 15502868. OLE color: 15502868.

HSL color Cylindrical-coordinate representation of color #148EEC: hue angle of 206.11º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #148EEC is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 142 236 -
CMYK 0.92 0.40 0 0.07
HSL 206.11º 0.85% 0.5% -
HSV(B) 206.11º 0.92% 0.93% -
XYZ 25.1 25.55 82.97 -
YUV 116.24 195.58 59.36 -
System Red Green Blue C M Y K H S L
Decimal 20 142 236 0.92 0.40 0 0.07 206.11 0.85 0.5
Hex 14 8E EC 5C 28 0 7 CE 55 32
Octal 24 216 354 134 50 0 7 316 125 62
Binary 10100 10001110 11101100 1011100 101000 0 111 11001110 1010101 110010

Color Harmonies of #148EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148EEC

Black with #148EEC

Text Example


Text Example

White with #148EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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