Html Css Color HEX #2474CD Denim

📋 copy color: '#2474CD'

red 36 ◦ green 116 ◦ blue 205

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

Shades of Denim #2474CD

Tints of Denim #2474CD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.49%

 BLUE value IS 205 (80.47% from 255) = 57.42%

R = 10.08%
G = 32.49%
B = 57.42%

CMYK

 C value IS 0.82

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2474CD (or 0x2474CD) is known color: Denim. HEX triplet: 24, 74 and CD. RGB value is (36,116,205). Sum of RGB (Red+Green+Blue) = 36+116+205=357 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.08% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 205 (80.47% from 255 or 57.42% from 357); Max value from RGB is 205 - color contains mainly: blue. Hex color #2474CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2474CD is #DB8B32. Grayscale: #656565. Windows color (decimal): -14388019 or 13464612. OLE color: 13464612.

HSL color Cylindrical-coordinate representation of color #2474CD: hue angle of 211.6º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2474CD is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 36 116 205 -
CMYK 0.82 0.43 0 0.20
HSL 211.6º 0.7% 0.47% -
HSV(B) 211.6º 0.82% 0.8% -
XYZ 17.99 17.27 60.14 -
YUV 102.23 186 80.76 -
System Red Green Blue C M Y K H S L
Decimal 36 116 205 0.82 0.43 0 0.20 211.6 0.7 0.47
Hex 24 74 CD 52 2B 0 14 D4 46 2F
Octal 44 164 315 122 53 0 24 324 106 57
Binary 100100 1110100 11001101 1010010 101011 0 10100 11010100 1000110 101111

Color Harmonies of #2474CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2474CD

Black with #2474CD

Text Example


Text Example

White with #2474CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2474CD; }

 p { color: rgb(36,116,205); }

 H1.HeaderClassName
 {
   color: #2474CD;
 }
 .AnyTagClassName
 {
   color: #2474CD;
 }
</style>

background-color css

<style>
 a { background-color: #2474CD; }

 a { background-color: rgb(36,116,205); }

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

border-color css

<style>
 span { border-color: #2474CD; }

 span { border-color: rgb(36,116,205); }

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