Html Css Color HEX #1995DC Dodger Blue

📋 copy color: '#1995DC'

red 25 ◦ green 149 ◦ blue 220

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

Shades of Dodger Blue #1995DC

Tints of Dodger Blue #1995DC

RGB

 RED value IS 25 (10.16% from 255) = 6.35%

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

 BLUE value IS 220 (86.33% from 255) = 55.84%

R = 6.35%
G = 37.82%
B = 55.84%

CMYK

 C value IS 0.89

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1995DC (or 0x1995DC) is known color: Dodger Blue. HEX triplet: 19, 95 and DC. RGB value is (25,149,220). Sum of RGB (Red+Green+Blue) = 25+149+220=394 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.35% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #1995DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1995DC is #E66A23. Grayscale: #777777. Windows color (decimal): -15100452 or 14456089. OLE color: 14456089.

HSL color Cylindrical-coordinate representation of color #1995DC: hue angle of 201.85º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1995DC is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 25 149 220 -
CMYK 0.89 0.32 0 0.14
HSL 201.85º 0.8% 0.48% -
HSV(B) 201.85º 0.89% 0.86% -
XYZ 24.07 26.87 71.63 -
YUV 120.02 184.42 60.23 -
System Red Green Blue C M Y K H S L
Decimal 25 149 220 0.89 0.32 0 0.14 201.85 0.8 0.48
Hex 19 95 DC 59 20 0 E CA 50 30
Octal 31 225 334 131 40 0 16 312 120 60
Binary 11001 10010101 11011100 1011001 100000 0 1110 11001010 1010000 110000

Color Harmonies of #1995DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1995DC

Black with #1995DC

Text Example


Text Example

White with #1995DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1995DC; }

 p { color: rgb(25,149,220); }

 H1.HeaderClassName
 {
   color: #1995DC;
 }
 .AnyTagClassName
 {
   color: #1995DC;
 }
</style>

background-color css

<style>
 a { background-color: #1995DC; }

 a { background-color: rgb(25,149,220); }

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

border-color css

<style>
 span { border-color: #1995DC; }

 span { border-color: rgb(25,149,220); }

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