Html Css Color HEX #247AD7 Denim

📋 copy color: '#247AD7'

red 36 ◦ green 122 ◦ blue 215

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

Shades of Denim #247AD7

Tints of Denim #247AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 57.64%

R = 9.65%
G = 32.71%
B = 57.64%

CMYK

 C value IS 0.83

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#247AD7 (or 0x247AD7) is known color: Denim. HEX triplet: 24, 7A and D7. RGB value is (36,122,215). Sum of RGB (Red+Green+Blue) = 36+122+215=373 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.65% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 215 (84.38% from 255 or 57.64% from 373); Max value from RGB is 215 - color contains mainly: blue. Hex color #247AD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247AD7 is #DB8528. Grayscale: #6A6A6A. Windows color (decimal): -14386473 or 14121508. OLE color: 14121508.

HSL color Cylindrical-coordinate representation of color #247AD7: hue angle of 211.17º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #247AD7 is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 36 122 215 -
CMYK 0.83 0.43 0 0.16
HSL 211.17º 0.71% 0.49% -
HSV(B) 211.17º 0.83% 0.84% -
XYZ 19.95 19.2 66.94 -
YUV 106.89 189.01 77.44 -
System Red Green Blue C M Y K H S L
Decimal 36 122 215 0.83 0.43 0 0.16 211.17 0.71 0.49
Hex 24 7A D7 53 2B 0 10 D3 47 31
Octal 44 172 327 123 53 0 20 323 107 61
Binary 100100 1111010 11010111 1010011 101011 0 10000 11010011 1000111 110001

Color Harmonies of #247AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247AD7

Black with #247AD7

Text Example


Text Example

White with #247AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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