Html Css Color HEX #158BFA Dodger Blue

📋 copy color: '#158BFA'

red 21 ◦ green 139 ◦ blue 250

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

Shades of Dodger Blue #158BFA

Tints of Dodger Blue #158BFA

RGB

 RED value IS 21 (8.59% from 255) = 5.12%

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

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

R = 5.12%
G = 33.9%
B = 60.98%

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

#158BFA (or 0x158BFA) is known color: Dodger Blue. HEX triplet: 15, 8B and FA. RGB value is (21,139,250). Sum of RGB (Red+Green+Blue) = 21+139+250=410 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.12% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #158BFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #158BFA is #EA7405. Grayscale: #737373. Windows color (decimal): -15365126 or 16419605. OLE color: 16419605.

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

Color convert

RGB 21 139 250 -
CMYK 0.92 0.44 0 0.02
HSL 209.08º 0.96% 0.53% -
HSV(B) 209.08º 0.92% 0.98% -
XYZ 26.8 25.53 93.96 -
YUV 116.37 203.41 59.97 -
System Red Green Blue C M Y K H S L
Decimal 21 139 250 0.92 0.44 0 0.02 209.08 0.96 0.53
Hex 15 8B FA 5C 2C 0 2 D1 60 35
Octal 25 213 372 134 54 0 2 321 140 65
Binary 10101 10001011 11111010 1011100 101100 0 10 11010001 1100000 110101

Color Harmonies of #158BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158BFA

Black with #158BFA

Text Example


Text Example

White with #158BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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