Html Css Color HEX #1595EB Dodger Blue

📋 copy color: '#1595EB'

red 21 ◦ green 149 ◦ blue 235

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

Shades of Dodger Blue #1595EB

Tints of Dodger Blue #1595EB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.79%

 BLUE value IS 235 (92.19% from 255) = 58.02%

R = 5.19%
G = 36.79%
B = 58.02%

CMYK

 C value IS 0.91

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1595EB (or 0x1595EB) is known color: Dodger Blue. HEX triplet: 15, 95 and EB. RGB value is (21,149,235). Sum of RGB (Red+Green+Blue) = 21+149+235=405 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.19% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 235 (92.19% from 255 or 58.02% from 405); Max value from RGB is 235 - color contains mainly: blue. Hex color #1595EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1595EB is #EA6A14. Grayscale: #787878. Windows color (decimal): -15362581 or 15439125. OLE color: 15439125.

HSL color Cylindrical-coordinate representation of color #1595EB: hue angle of 204.11º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1595EB is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 149 235 -
CMYK 0.91 0.37 0 0.08
HSL 204.11º 0.84% 0.5% -
HSV(B) 204.11º 0.91% 0.92% -
XYZ 26.05 27.65 82.56 -
YUV 120.53 192.59 57.01 -
System Red Green Blue C M Y K H S L
Decimal 21 149 235 0.91 0.37 0 0.08 204.11 0.84 0.5
Hex 15 95 EB 5B 25 0 8 CC 54 32
Octal 25 225 353 133 45 0 10 314 124 62
Binary 10101 10010101 11101011 1011011 100101 0 1000 11001100 1010100 110010

Color Harmonies of #1595EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1595EB

Black with #1595EB

Text Example


Text Example

White with #1595EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1595EB; }

 p { color: rgb(21,149,235); }

 H1.HeaderClassName
 {
   color: #1595EB;
 }
 .AnyTagClassName
 {
   color: #1595EB;
 }
</style>

background-color css

<style>
 a { background-color: #1595EB; }

 a { background-color: rgb(21,149,235); }

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

border-color css

<style>
 span { border-color: #1595EB; }

 span { border-color: rgb(21,149,235); }

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