Html Css Color HEX #148CEF Dodger Blue

📋 copy color: '#148CEF'

red 20 ◦ green 140 ◦ blue 239

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

Shades of Dodger Blue #148CEF

Tints of Dodger Blue #148CEF

RGB

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

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

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

R = 5.01%
G = 35.09%
B = 59.9%

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

#148CEF (or 0x148CEF) is known color: Dodger Blue. HEX triplet: 14, 8C and EF. RGB value is (20,140,239). Sum of RGB (Red+Green+Blue) = 20+140+239=399 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.01% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 239 (93.75% from 255 or 59.90% from 399); Max value from RGB is 239 - color contains mainly: blue. Hex color #148CEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #148CEF is #EB7310. Grayscale: #727272. Windows color (decimal): -15430417 or 15698964. OLE color: 15698964.

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

Color convert

RGB 20 140 239 -
CMYK 0.92 0.41 0 0.06
HSL 207.12º 0.87% 0.51% -
HSV(B) 207.12º 0.92% 0.94% -
XYZ 25.25 25.14 85.18 -
YUV 115.41 197.74 59.95 -
System Red Green Blue C M Y K H S L
Decimal 20 140 239 0.92 0.41 0 0.06 207.12 0.87 0.51
Hex 14 8C EF 5C 29 0 6 CF 57 33
Octal 24 214 357 134 51 0 6 317 127 63
Binary 10100 10001100 11101111 1011100 101001 0 110 11001111 1010111 110011

Color Harmonies of #148CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148CEF

Black with #148CEF

Text Example


Text Example

White with #148CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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