Html Css Color HEX #158FFB Dodger Blue

📋 copy color: '#158FFB'

red 21 ◦ green 143 ◦ blue 251

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

Shades of Dodger Blue #158FFB

Tints of Dodger Blue #158FFB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.46%

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

R = 5.06%
G = 34.46%
B = 60.48%

CMYK

 C value IS 0.92

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#158FFB (or 0x158FFB) is known color: Dodger Blue. HEX triplet: 15, 8F and FB. RGB value is (21,143,251). Sum of RGB (Red+Green+Blue) = 21+143+251=415 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.06% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 251 (98.44% from 255 or 60.48% from 415); Max value from RGB is 251 - color contains mainly: blue. Hex color #158FFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #158FFB is #EA7004. Grayscale: #767676. Windows color (decimal): -15364101 or 16486165. OLE color: 16486165.

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

Color convert

RGB 21 143 251 -
CMYK 0.92 0.43 0 0.02
HSL 208.17º 0.97% 0.53% -
HSV(B) 208.17º 0.92% 0.98% -
XYZ 27.54 26.77 94.98 -
YUV 118.83 202.58 58.22 -
System Red Green Blue C M Y K H S L
Decimal 21 143 251 0.92 0.43 0 0.02 208.17 0.97 0.53
Hex 15 8F FB 5C 2B 0 2 D0 61 35
Octal 25 217 373 134 53 0 2 320 141 65
Binary 10101 10001111 11111011 1011100 101011 0 10 11010000 1100001 110101

Color Harmonies of #158FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158FFB

Black with #158FFB

Text Example


Text Example

White with #158FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,143,251); }

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

background-color css

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

 a { background-color: rgb(21,143,251); }

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

border-color css

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

 span { border-color: rgb(21,143,251); }

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