Html Css Color HEX #247ACD Denim

📋 copy color: '#247ACD'

red 36 ◦ green 122 ◦ blue 205

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

Shades of Denim #247ACD

Tints of Denim #247ACD

RGB

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

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

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

R = 9.92%
G = 33.61%
B = 56.47%

CMYK

 C value IS 0.82

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#247ACD (or 0x247ACD) is known color: Denim. HEX triplet: 24, 7A and CD. RGB value is (36,122,205). Sum of RGB (Red+Green+Blue) = 36+122+205=363 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.92% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #247ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247ACD is #DB8532. Grayscale: #696969. Windows color (decimal): -14386483 or 13466148. OLE color: 13466148.

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

Color convert

RGB 36 122 205 -
CMYK 0.82 0.40 0 0.20
HSL 209.47º 0.7% 0.47% -
HSV(B) 209.47º 0.82% 0.8% -
XYZ 18.71 18.7 60.38 -
YUV 105.75 184.01 78.25 -
System Red Green Blue C M Y K H S L
Decimal 36 122 205 0.82 0.40 0 0.20 209.47 0.7 0.47
Hex 24 7A CD 52 28 0 14 D1 46 2F
Octal 44 172 315 122 50 0 24 321 106 57
Binary 100100 1111010 11001101 1010010 101000 0 10100 11010001 1000110 101111

Color Harmonies of #247ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247ACD

Black with #247ACD

Text Example


Text Example

White with #247ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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