Html Css Color HEX #148DFA Dodger Blue

📋 copy color: '#148DFA'

red 20 ◦ green 141 ◦ blue 250

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

Shades of Dodger Blue #148DFA

Tints of Dodger Blue #148DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 60.83%

R = 4.87%
G = 34.31%
B = 60.83%

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

#148DFA (or 0x148DFA) is known color: Dodger Blue. HEX triplet: 14, 8D and FA. RGB value is (20,141,250). Sum of RGB (Red+Green+Blue) = 20+141+250=411 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.87% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #148DFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #148DFA is #EB7205. Grayscale: #747474. Windows color (decimal): -15430150 or 16420116. OLE color: 16420116.

HSL color Cylindrical-coordinate representation of color #148DFA: hue angle of 208.43º degrees, saturation: 0.96, 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 #148DFA is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 141 250 -
CMYK 0.92 0.44 0 0.02
HSL 208.43º 0.96% 0.53% -
HSV(B) 208.43º 0.92% 0.98% -
XYZ 27.07 26.1 94.05 -
YUV 117.25 202.91 58.64 -
System Red Green Blue C M Y K H S L
Decimal 20 141 250 0.92 0.44 0 0.02 208.43 0.96 0.53
Hex 14 8D FA 5C 2C 0 2 D0 60 35
Octal 24 215 372 134 54 0 2 320 140 65
Binary 10100 10001101 11111010 1011100 101100 0 10 11010000 1100000 110101

Color Harmonies of #148DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148DFA

Black with #148DFA

Text Example


Text Example

White with #148DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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