Html Css Color HEX #148DFB Dodger Blue

📋 copy color: '#148DFB'

red 20 ◦ green 141 ◦ blue 251

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

Shades of Dodger Blue #148DFB

Tints of Dodger Blue #148DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 60.92%

R = 4.85%
G = 34.22%
B = 60.92%

CMYK

 C value IS 0.92

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#148DFB (or 0x148DFB) is known color: Dodger Blue. HEX triplet: 14, 8D and FB. RGB value is (20,141,251). Sum of RGB (Red+Green+Blue) = 20+141+251=412 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.85% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 251 (98.44% from 255 or 60.92% from 412); Max value from RGB is 251 - color contains mainly: blue. Hex color #148DFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #148DFB is #EB7204. Grayscale: #747474. Windows color (decimal): -15430149 or 16485652. OLE color: 16485652.

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

Color convert

RGB 20 141 251 -
CMYK 0.92 0.44 0 0.02
HSL 208.57º 0.97% 0.53% -
HSV(B) 208.57º 0.92% 0.98% -
XYZ 27.23 26.16 94.88 -
YUV 117.36 203.41 58.56 -
System Red Green Blue C M Y K H S L
Decimal 20 141 251 0.92 0.44 0 0.02 208.57 0.97 0.53
Hex 14 8D FB 5C 2C 0 2 D1 61 35
Octal 24 215 373 134 54 0 2 321 141 65
Binary 10100 10001101 11111011 1011100 101100 0 10 11010001 1100001 110101

Color Harmonies of #148DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148DFB

Black with #148DFB

Text Example


Text Example

White with #148DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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