Html Css Color HEX #2868C1 Denim

📋 copy color: '#2868C1'

red 40 ◦ green 104 ◦ blue 193

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

Shades of Denim #2868C1

Tints of Denim #2868C1

RGB

 RED value IS 40 (16.02% from 255) = 11.87%

 GREEN value IS 104 (41.02% from 255) = 30.86%

 BLUE value IS 193 (75.78% from 255) = 57.27%

R = 11.87%
G = 30.86%
B = 57.27%

CMYK

 C value IS 0.79

 M value IS 0.46

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2868C1 (or 0x2868C1) is known color: Denim. HEX triplet: 28, 68 and C1. RGB value is (40,104,193). Sum of RGB (Red+Green+Blue) = 40+104+193=337 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.87% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 193 (75.78% from 255 or 57.27% from 337); Max value from RGB is 193 - color contains mainly: blue. Hex color #2868C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2868C1 is #D7973E. Grayscale: #5E5E5E. Windows color (decimal): -14128959 or 12675112. OLE color: 12675112.

HSL color Cylindrical-coordinate representation of color #2868C1: hue angle of 214.9º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2868C1 is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 40 104 193 -
CMYK 0.79 0.46 0 0.24
HSL 214.9º 0.66% 0.46% -
HSV(B) 214.9º 0.79% 0.76% -
XYZ 15.45 14.2 52.38 -
YUV 95.01 183.3 88.76 -
System Red Green Blue C M Y K H S L
Decimal 40 104 193 0.79 0.46 0 0.24 214.9 0.66 0.46
Hex 28 68 C1 4F 2E 0 18 D7 42 2E
Octal 50 150 301 117 56 0 30 327 102 56
Binary 101000 1101000 11000001 1001111 101110 0 11000 11010111 1000010 101110

Color Harmonies of #2868C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2868C1

Black with #2868C1

Text Example


Text Example

White with #2868C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2868C1; }

 p { color: rgb(40,104,193); }

 H1.HeaderClassName
 {
   color: #2868C1;
 }
 .AnyTagClassName
 {
   color: #2868C1;
 }
</style>

background-color css

<style>
 a { background-color: #2868C1; }

 a { background-color: rgb(40,104,193); }

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

border-color css

<style>
 span { border-color: #2868C1; }

 span { border-color: rgb(40,104,193); }

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