Html Css Color HEX #247AD6 Denim

📋 copy color: '#247AD6'

red 36 ◦ green 122 ◦ blue 214

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

Shades of Denim #247AD6

Tints of Denim #247AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 57.53%

R = 9.68%
G = 32.8%
B = 57.53%

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

#247AD6 (or 0x247AD6) is known color: Denim. HEX triplet: 24, 7A and D6. RGB value is (36,122,214). Sum of RGB (Red+Green+Blue) = 36+122+214=372 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.68% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 214 (83.98% from 255 or 57.53% from 372); Max value from RGB is 214 - color contains mainly: blue. Hex color #247AD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247AD6 is #DB8529. Grayscale: #6A6A6A. Windows color (decimal): -14386474 or 14055972. OLE color: 14055972.

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

Color convert

RGB 36 122 214 -
CMYK 0.83 0.43 0 0.16
HSL 211.01º 0.71% 0.49% -
HSV(B) 211.01º 0.83% 0.84% -
XYZ 19.82 19.15 66.27 -
YUV 106.77 188.51 77.52 -
System Red Green Blue C M Y K H S L
Decimal 36 122 214 0.83 0.43 0 0.16 211.01 0.71 0.49
Hex 24 7A D6 53 2B 0 10 D3 47 31
Octal 44 172 326 123 53 0 20 323 107 61
Binary 100100 1111010 11010110 1010011 101011 0 10000 11010011 1000111 110001

Color Harmonies of #247AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247AD6

Black with #247AD6

Text Example


Text Example

White with #247AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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