Html Css Color HEX #148DF1 Dodger Blue

📋 copy color: '#148DF1'

red 20 ◦ green 141 ◦ blue 241

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

Shades of Dodger Blue #148DF1

Tints of Dodger Blue #148DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 59.95%

R = 4.98%
G = 35.07%
B = 59.95%

CMYK

 C value IS 0.92

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#148DF1 (or 0x148DF1) is known color: Dodger Blue. HEX triplet: 14, 8D and F1. RGB value is (20,141,241). Sum of RGB (Red+Green+Blue) = 20+141+241=402 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.98% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 241 (94.53% from 255 or 59.95% from 402); Max value from RGB is 241 - color contains mainly: blue. Hex color #148DF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #148DF1 is #EB720E. Grayscale: #737373. Windows color (decimal): -15430159 or 15830292. OLE color: 15830292.

HSL color Cylindrical-coordinate representation of color #148DF1: hue angle of 207.15º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #148DF1 is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 20 141 241 -
CMYK 0.92 0.41 0 0.05
HSL 207.15º 0.89% 0.51% -
HSV(B) 207.15º 0.92% 0.95% -
XYZ 25.69 25.55 86.8 -
YUV 116.22 198.41 59.37 -
System Red Green Blue C M Y K H S L
Decimal 20 141 241 0.92 0.41 0 0.05 207.15 0.89 0.51
Hex 14 8D F1 5C 29 0 5 CF 59 33
Octal 24 215 361 134 51 0 5 317 131 63
Binary 10100 10001101 11110001 1011100 101001 0 101 11001111 1011001 110011

Color Harmonies of #148DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148DF1

Black with #148DF1

Text Example


Text Example

White with #148DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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