Html Css Color HEX #1595EF Dodger Blue

📋 copy color: '#1595EF'

red 21 ◦ green 149 ◦ blue 239

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

Shades of Dodger Blue #1595EF

Tints of Dodger Blue #1595EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 58.44%

R = 5.13%
G = 36.43%
B = 58.44%

CMYK

 C value IS 0.91

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1595EF (or 0x1595EF) is known color: Dodger Blue. HEX triplet: 15, 95 and EF. RGB value is (21,149,239). Sum of RGB (Red+Green+Blue) = 21+149+239=409 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.13% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 239 (93.75% from 255 or 58.44% from 409); Max value from RGB is 239 - color contains mainly: blue. Hex color #1595EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1595EF is #EA6A10. Grayscale: #787878. Windows color (decimal): -15362577 or 15701269. OLE color: 15701269.

HSL color Cylindrical-coordinate representation of color #1595EF: hue angle of 204.77º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1595EF is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 21 149 239 -
CMYK 0.91 0.38 0 0.06
HSL 204.77º 0.87% 0.51% -
HSV(B) 204.77º 0.91% 0.94% -
XYZ 26.64 27.89 85.64 -
YUV 120.99 194.59 56.68 -
System Red Green Blue C M Y K H S L
Decimal 21 149 239 0.91 0.38 0 0.06 204.77 0.87 0.51
Hex 15 95 EF 5B 26 0 6 CD 57 33
Octal 25 225 357 133 46 0 6 315 127 63
Binary 10101 10010101 11101111 1011011 100110 0 110 11001101 1010111 110011

Color Harmonies of #1595EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1595EF

Black with #1595EF

Text Example


Text Example

White with #1595EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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