Html Css Color HEX #247ACC Denim

📋 copy color: '#247ACC'

red 36 ◦ green 122 ◦ blue 204

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

Shades of Denim #247ACC

Tints of Denim #247ACC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.7%

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

R = 9.94%
G = 33.7%
B = 56.35%

CMYK

 C value IS 0.82

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#247ACC (or 0x247ACC) is known color: Denim. HEX triplet: 24, 7A and CC. RGB value is (36,122,204). Sum of RGB (Red+Green+Blue) = 36+122+204=362 (47% of max value = 765). Red value is 36 (14.45% from 255 or 9.94% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #247ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247ACC is #DB8533. Grayscale: #696969. Windows color (decimal): -14386484 or 13400612. OLE color: 13400612.

HSL color Cylindrical-coordinate representation of color #247ACC: hue angle of 209.29º 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 #247ACC is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 36 122 204 -
CMYK 0.82 0.40 0 0.2
HSL 209.29º 0.7% 0.47% -
HSV(B) 209.29º 0.82% 0.8% -
XYZ 18.59 18.65 59.75 -
YUV 105.63 183.51 78.33 -
System Red Green Blue C M Y K H S L
Decimal 36 122 204 0.82 0.40 0 0.2 209.29 0.7 0.47
Hex 24 7A CC 52 28 0 14 D1 46 2F
Octal 44 172 314 122 50 0 24 321 106 57
Binary 100100 1111010 11001100 1010010 101000 0 10100 11010001 1000110 101111

Color Harmonies of #247ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247ACC

Black with #247ACC

Text Example


Text Example

White with #247ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247ACC; }

 p { color: rgb(36,122,204); }

 H1.HeaderClassName
 {
   color: #247ACC;
 }
 .AnyTagClassName
 {
   color: #247ACC;
 }
</style>

background-color css

<style>
 a { background-color: #247ACC; }

 a { background-color: rgb(36,122,204); }

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

border-color css

<style>
 span { border-color: #247ACC; }

 span { border-color: rgb(36,122,204); }

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