Html Css Color HEX #148BFA Dodger Blue

📋 copy color: '#148BFA'

red 20 ◦ green 139 ◦ blue 250

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

Shades of Dodger Blue #148BFA

Tints of Dodger Blue #148BFA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.99%

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

R = 4.89%
G = 33.99%
B = 61.12%

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

#148BFA (or 0x148BFA) is known color: Dodger Blue. HEX triplet: 14, 8B and FA. RGB value is (20,139,250). Sum of RGB (Red+Green+Blue) = 20+139+250=409 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.89% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #148BFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #148BFA is #EB7405. Grayscale: #737373. Windows color (decimal): -15430662 or 16419604. OLE color: 16419604.

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

Color convert

RGB 20 139 250 -
CMYK 0.92 0.44 0 0.02
HSL 208.96º 0.96% 0.53% -
HSV(B) 208.96º 0.92% 0.98% -
XYZ 26.78 25.52 93.96 -
YUV 116.07 203.58 59.47 -
System Red Green Blue C M Y K H S L
Decimal 20 139 250 0.92 0.44 0 0.02 208.96 0.96 0.53
Hex 14 8B FA 5C 2C 0 2 D1 60 35
Octal 24 213 372 134 54 0 2 321 140 65
Binary 10100 10001011 11111010 1011100 101100 0 10 11010001 1100000 110101

Color Harmonies of #148BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148BFA

Black with #148BFA

Text Example


Text Example

White with #148BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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