Html Css Color HEX #158BED Dodger Blue

📋 copy color: '#158BED'

red 21 ◦ green 139 ◦ blue 237

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

Shades of Dodger Blue #158BED

Tints of Dodger Blue #158BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 59.7%

R = 5.29%
G = 35.01%
B = 59.7%

CMYK

 C value IS 0.91

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#158BED (or 0x158BED) is known color: Dodger Blue. HEX triplet: 15, 8B and ED. RGB value is (21,139,237). Sum of RGB (Red+Green+Blue) = 21+139+237=397 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.29% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 237 (92.97% from 255 or 59.70% from 397); Max value from RGB is 237 - color contains mainly: blue. Hex color #158BED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #158BED is #EA7412. Grayscale: #727272. Windows color (decimal): -15365139 or 15567637. OLE color: 15567637.

HSL color Cylindrical-coordinate representation of color #158BED: hue angle of 207.22º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #158BED is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 139 237 -
CMYK 0.91 0.41 0 0.07
HSL 207.22º 0.86% 0.51% -
HSV(B) 207.22º 0.91% 0.93% -
XYZ 24.83 24.74 83.59 -
YUV 114.89 196.91 61.03 -
System Red Green Blue C M Y K H S L
Decimal 21 139 237 0.91 0.41 0 0.07 207.22 0.86 0.51
Hex 15 8B ED 5B 29 0 7 CF 56 33
Octal 25 213 355 133 51 0 7 317 126 63
Binary 10101 10001011 11101101 1011011 101001 0 111 11001111 1010110 110011

Color Harmonies of #158BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158BED

Black with #158BED

Text Example


Text Example

White with #158BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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