Html Css Color HEX #195FD2 Denim

📋 copy color: '#195FD2'

red 25 ◦ green 95 ◦ blue 210

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

Shades of Denim #195FD2

Tints of Denim #195FD2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.79%

 BLUE value IS 210 (82.42% from 255) = 63.64%

R = 7.58%
G = 28.79%
B = 63.64%

CMYK

 C value IS 0.88

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#195FD2 (or 0x195FD2) is known color: Denim. HEX triplet: 19, 5F and D2. RGB value is (25,95,210). Sum of RGB (Red+Green+Blue) = 25+95+210=330 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.58% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 210 (82.42% from 255 or 63.64% from 330); Max value from RGB is 210 - color contains mainly: blue. Hex color #195FD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195FD2 is #E6A02D. Grayscale: #565656. Windows color (decimal): -15114286 or 13786905. OLE color: 13786905.

HSL color Cylindrical-coordinate representation of color #195FD2: hue angle of 217.3º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #195FD2 is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 25 95 210 -
CMYK 0.88 0.55 0 0.18
HSL 217.3º 0.79% 0.46% -
HSV(B) 217.3º 0.88% 0.82% -
XYZ 16.13 13.04 62.64 -
YUV 87.18 197.31 83.65 -
System Red Green Blue C M Y K H S L
Decimal 25 95 210 0.88 0.55 0 0.18 217.3 0.79 0.46
Hex 19 5F D2 58 37 0 12 D9 4F 2E
Octal 31 137 322 130 67 0 22 331 117 56
Binary 11001 1011111 11010010 1011000 110111 0 10010 11011001 1001111 101110

Color Harmonies of #195FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195FD2

Black with #195FD2

Text Example


Text Example

White with #195FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195FD2; }

 p { color: rgb(25,95,210); }

 H1.HeaderClassName
 {
   color: #195FD2;
 }
 .AnyTagClassName
 {
   color: #195FD2;
 }
</style>

background-color css

<style>
 a { background-color: #195FD2; }

 a { background-color: rgb(25,95,210); }

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

border-color css

<style>
 span { border-color: #195FD2; }

 span { border-color: rgb(25,95,210); }

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