Html Css Color HEX #216FCC Denim

📋 copy color: '#216FCC'

red 33 ◦ green 111 ◦ blue 204

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

Shades of Denim #216FCC

Tints of Denim #216FCC

RGB

 RED value IS 33 (13.28% from 255) = 9.48%

 GREEN value IS 111 (43.75% from 255) = 31.9%

 BLUE value IS 204 (80.08% from 255) = 58.62%

R = 9.48%
G = 31.9%
B = 58.62%

CMYK

 C value IS 0.84

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#216FCC (or 0x216FCC) is known color: Denim. HEX triplet: 21, 6F and CC. RGB value is (33,111,204). Sum of RGB (Red+Green+Blue) = 33+111+204=348 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.48% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 204 (80.08% from 255 or 58.62% from 348); Max value from RGB is 204 - color contains mainly: blue. Hex color #216FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216FCC is #DE9033. Grayscale: #616161. Windows color (decimal): -14585908 or 13397793. OLE color: 13397793.

HSL color Cylindrical-coordinate representation of color #216FCC: hue angle of 212.63º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #216FCC is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 33 111 204 -
CMYK 0.84 0.46 0 0.2
HSL 212.63º 0.72% 0.46% -
HSV(B) 212.63º 0.84% 0.8% -
XYZ 17.21 16.05 59.32 -
YUV 98.28 187.66 81.44 -
System Red Green Blue C M Y K H S L
Decimal 33 111 204 0.84 0.46 0 0.2 212.63 0.72 0.46
Hex 21 6F CC 54 2E 0 14 D5 48 2E
Octal 41 157 314 124 56 0 24 325 110 56
Binary 100001 1101111 11001100 1010100 101110 0 10100 11010101 1001000 101110

Color Harmonies of #216FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216FCC

Black with #216FCC

Text Example


Text Example

White with #216FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216FCC; }

 p { color: rgb(33,111,204); }

 H1.HeaderClassName
 {
   color: #216FCC;
 }
 .AnyTagClassName
 {
   color: #216FCC;
 }
</style>

background-color css

<style>
 a { background-color: #216FCC; }

 a { background-color: rgb(33,111,204); }

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

border-color css

<style>
 span { border-color: #216FCC; }

 span { border-color: rgb(33,111,204); }

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