Html Css Color HEX #2474CE Denim

📋 copy color: '#2474CE'

red 36 ◦ green 116 ◦ blue 206

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

Shades of Denim #2474CE

Tints of Denim #2474CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.54%

R = 10.06%
G = 32.4%
B = 57.54%

CMYK

 C value IS 0.83

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2474CE (or 0x2474CE) is known color: Denim. HEX triplet: 24, 74 and CE. RGB value is (36,116,206). Sum of RGB (Red+Green+Blue) = 36+116+206=358 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.06% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #2474CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2474CE is #DB8B31. Grayscale: #656565. Windows color (decimal): -14388018 or 13530148. OLE color: 13530148.

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

Color convert

RGB 36 116 206 -
CMYK 0.83 0.44 0 0.19
HSL 211.76º 0.7% 0.47% -
HSV(B) 211.76º 0.83% 0.81% -
XYZ 18.11 17.32 60.78 -
YUV 102.34 186.5 80.68 -
System Red Green Blue C M Y K H S L
Decimal 36 116 206 0.83 0.44 0 0.19 211.76 0.7 0.47
Hex 24 74 CE 53 2C 0 13 D4 46 2F
Octal 44 164 316 123 54 0 23 324 106 57
Binary 100100 1110100 11001110 1010011 101100 0 10011 11010100 1000110 101111

Color Harmonies of #2474CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2474CE

Black with #2474CE

Text Example


Text Example

White with #2474CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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