Html Css Color HEX #148CFB Dodger Blue

📋 copy color: '#148CFB'

red 20 ◦ green 140 ◦ blue 251

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

Shades of Dodger Blue #148CFB

Tints of Dodger Blue #148CFB

RGB

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

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

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

R = 4.87%
G = 34.06%
B = 61.07%

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

#148CFB (or 0x148CFB) is known color: Dodger Blue. HEX triplet: 14, 8C and FB. RGB value is (20,140,251). Sum of RGB (Red+Green+Blue) = 20+140+251=411 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.87% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #148CFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #148CFB is #EB7304. Grayscale: #747474. Windows color (decimal): -15430405 or 16485396. OLE color: 16485396.

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

Color convert

RGB 20 140 251 -
CMYK 0.92 0.44 0 0.02
HSL 208.83º 0.97% 0.53% -
HSV(B) 208.83º 0.92% 0.98% -
XYZ 27.08 25.87 94.83 -
YUV 116.77 203.74 58.97 -
System Red Green Blue C M Y K H S L
Decimal 20 140 251 0.92 0.44 0 0.02 208.83 0.97 0.53
Hex 14 8C FB 5C 2C 0 2 D1 61 35
Octal 24 214 373 134 54 0 2 321 141 65
Binary 10100 10001100 11111011 1011100 101100 0 10 11010001 1100001 110101

Color Harmonies of #148CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148CFB

Black with #148CFB

Text Example


Text Example

White with #148CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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