Html Css Color HEX #247ACE Denim

📋 copy color: '#247ACE'

red 36 ◦ green 122 ◦ blue 206

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

Shades of Denim #247ACE

Tints of Denim #247ACE

RGB

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

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

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

R = 9.89%
G = 33.52%
B = 56.59%

CMYK

 C value IS 0.83

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#247ACE (or 0x247ACE) is known color: Denim. HEX triplet: 24, 7A and CE. RGB value is (36,122,206). Sum of RGB (Red+Green+Blue) = 36+122+206=364 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.89% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #247ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247ACE is #DB8531. Grayscale: #696969. Windows color (decimal): -14386482 or 13531684. OLE color: 13531684.

HSL color Cylindrical-coordinate representation of color #247ACE: hue angle of 209.65º 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 #247ACE is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 36 122 206 -
CMYK 0.83 0.41 0 0.19
HSL 209.65º 0.7% 0.47% -
HSV(B) 209.65º 0.83% 0.81% -
XYZ 18.83 18.75 61.02 -
YUV 105.86 184.51 78.17 -
System Red Green Blue C M Y K H S L
Decimal 36 122 206 0.83 0.41 0 0.19 209.65 0.7 0.47
Hex 24 7A CE 53 29 0 13 D2 46 2F
Octal 44 172 316 123 51 0 23 322 106 57
Binary 100100 1111010 11001110 1010011 101001 0 10011 11010010 1000110 101111

Color Harmonies of #247ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247ACE

Black with #247ACE

Text Example


Text Example

White with #247ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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