Html Css Color HEX #148DFC Dodger Blue

📋 copy color: '#148DFC'

red 20 ◦ green 141 ◦ blue 252

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

Shades of Dodger Blue #148DFC

Tints of Dodger Blue #148DFC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.14%

 BLUE value IS 252 (98.83% from 255) = 61.02%

R = 4.84%
G = 34.14%
B = 61.02%

CMYK

 C value IS 0.92

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#148DFC (or 0x148DFC) is known color: Dodger Blue. HEX triplet: 14, 8D and FC. RGB value is (20,141,252). Sum of RGB (Red+Green+Blue) = 20+141+252=413 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.84% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 252 (98.83% from 255 or 61.02% from 413); Max value from RGB is 252 - color contains mainly: blue. Hex color #148DFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #148DFC is #EB7203. Grayscale: #747474. Windows color (decimal): -15430148 or 16551188. OLE color: 16551188.

HSL color Cylindrical-coordinate representation of color #148DFC: hue angle of 208.71º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #148DFC is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 20 141 252 -
CMYK 0.92 0.44 0 0.01
HSL 208.71º 0.97% 0.53% -
HSV(B) 208.71º 0.92% 0.99% -
XYZ 27.38 26.23 95.71 -
YUV 117.48 203.91 58.47 -
System Red Green Blue C M Y K H S L
Decimal 20 141 252 0.92 0.44 0 0.01 208.71 0.97 0.53
Hex 14 8D FC 5C 2C 0 1 D1 61 35
Octal 24 215 374 134 54 0 1 321 141 65
Binary 10100 10001101 11111100 1011100 101100 0 1 11010001 1100001 110101

Color Harmonies of #148DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148DFC

Black with #148DFC

Text Example


Text Example

White with #148DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,141,252); }

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

background-color css

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

 a { background-color: rgb(20,141,252); }

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

border-color css

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

 span { border-color: rgb(20,141,252); }

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