Html Css Color HEX #1595EA Dodger Blue

📋 copy color: '#1595EA'

red 21 ◦ green 149 ◦ blue 234

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

Shades of Dodger Blue #1595EA

Tints of Dodger Blue #1595EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 57.92%

R = 5.2%
G = 36.88%
B = 57.92%

CMYK

 C value IS 0.91

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1595EA (or 0x1595EA) is known color: Dodger Blue. HEX triplet: 15, 95 and EA. RGB value is (21,149,234). Sum of RGB (Red+Green+Blue) = 21+149+234=404 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.20% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 234 (91.80% from 255 or 57.92% from 404); Max value from RGB is 234 - color contains mainly: blue. Hex color #1595EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1595EA is #EA6A15. Grayscale: #777777. Windows color (decimal): -15362582 or 15373589. OLE color: 15373589.

HSL color Cylindrical-coordinate representation of color #1595EA: hue angle of 203.94º 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 #1595EA is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 149 234 -
CMYK 0.91 0.36 0 0.08
HSL 203.94º 0.84% 0.5% -
HSV(B) 203.94º 0.91% 0.92% -
XYZ 25.91 27.59 81.8 -
YUV 120.42 192.09 57.09 -
System Red Green Blue C M Y K H S L
Decimal 21 149 234 0.91 0.36 0 0.08 203.94 0.84 0.5
Hex 15 95 EA 5B 24 0 8 CC 54 32
Octal 25 225 352 133 44 0 10 314 124 62
Binary 10101 10010101 11101010 1011011 100100 0 1000 11001100 1010100 110010

Color Harmonies of #1595EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1595EA

Black with #1595EA

Text Example


Text Example

White with #1595EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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