Html Css Color HEX #148CEE Dodger Blue

📋 copy color: '#148CEE'

red 20 ◦ green 140 ◦ blue 238

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

Shades of Dodger Blue #148CEE

Tints of Dodger Blue #148CEE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.18%

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

R = 5.03%
G = 35.18%
B = 59.8%

CMYK

 C value IS 0.92

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#148CEE (or 0x148CEE) is known color: Dodger Blue. HEX triplet: 14, 8C and EE. RGB value is (20,140,238). Sum of RGB (Red+Green+Blue) = 20+140+238=398 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.03% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 238 (93.36% from 255 or 59.80% from 398); Max value from RGB is 238 - color contains mainly: blue. Hex color #148CEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #148CEE is #EB7311. Grayscale: #727272. Windows color (decimal): -15430418 or 15633428. OLE color: 15633428.

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

Color convert

RGB 20 140 238 -
CMYK 0.92 0.41 0 0.07
HSL 206.97º 0.87% 0.51% -
HSV(B) 206.97º 0.92% 0.93% -
XYZ 25.1 25.08 84.41 -
YUV 115.29 197.24 60.03 -
System Red Green Blue C M Y K H S L
Decimal 20 140 238 0.92 0.41 0 0.07 206.97 0.87 0.51
Hex 14 8C EE 5C 29 0 7 CF 57 33
Octal 24 214 356 134 51 0 7 317 127 63
Binary 10100 10001100 11101110 1011100 101001 0 111 11001111 1010111 110011

Color Harmonies of #148CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148CEE

Black with #148CEE

Text Example


Text Example

White with #148CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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