Html Css Color HEX #2476CF Denim

📋 copy color: '#2476CF'

red 36 ◦ green 118 ◦ blue 207

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

Shades of Denim #2476CF

Tints of Denim #2476CF

RGB

 RED value IS 36 (14.45% from 255) = 9.97%

 GREEN value IS 118 (46.48% from 255) = 32.69%

 BLUE value IS 207 (81.25% from 255) = 57.34%

R = 9.97%
G = 32.69%
B = 57.34%

CMYK

 C value IS 0.83

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2476CF (or 0x2476CF) is known color: Denim. HEX triplet: 24, 76 and CF. RGB value is (36,118,207). Sum of RGB (Red+Green+Blue) = 36+118+207=361 (47% of max value = 765). Red value is 36 (14.45% from 255 or 9.97% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 207 (81.25% from 255 or 57.34% from 361); Max value from RGB is 207 - color contains mainly: blue. Hex color #2476CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2476CF is #DB8930. Grayscale: #676767. Windows color (decimal): -14387505 or 13596196. OLE color: 13596196.

HSL color Cylindrical-coordinate representation of color #2476CF: hue angle of 211.23º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2476CF is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 36 118 207 -
CMYK 0.83 0.43 0 0.19
HSL 211.23º 0.7% 0.48% -
HSV(B) 211.23º 0.83% 0.81% -
XYZ 18.47 17.84 61.5 -
YUV 103.63 186.33 79.76 -
System Red Green Blue C M Y K H S L
Decimal 36 118 207 0.83 0.43 0 0.19 211.23 0.7 0.48
Hex 24 76 CF 53 2B 0 13 D3 46 30
Octal 44 166 317 123 53 0 23 323 106 60
Binary 100100 1110110 11001111 1010011 101011 0 10011 11010011 1000110 110000

Color Harmonies of #2476CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2476CF

Black with #2476CF

Text Example


Text Example

White with #2476CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2476CF; }

 p { color: rgb(36,118,207); }

 H1.HeaderClassName
 {
   color: #2476CF;
 }
 .AnyTagClassName
 {
   color: #2476CF;
 }
</style>

background-color css

<style>
 a { background-color: #2476CF; }

 a { background-color: rgb(36,118,207); }

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

border-color css

<style>
 span { border-color: #2476CF; }

 span { border-color: rgb(36,118,207); }

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