Html Css Color HEX #247D8E Atoll

📋 copy color: '#247D8E'

red 36 ◦ green 125 ◦ blue 142

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

Shades of Atoll #247D8E

Tints of Atoll #247D8E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.25%

 BLUE value IS 142 (55.86% from 255) = 46.86%

R = 11.88%
G = 41.25%
B = 46.86%

CMYK

 C value IS 0.75

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#247D8E (or 0x247D8E) is known color: Atoll. HEX triplet: 24, 7D and 8E. RGB value is (36,125,142). Sum of RGB (Red+Green+Blue) = 36+125+142=303 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.88% from 303); Green value is 125 (49.22% from 255 or 41.25% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 142 - color contains mainly: blue. Hex color #247D8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247D8E is #DB8271. Grayscale: #646464. Windows color (decimal): -14385778 or 9338148. OLE color: 9338148.

HSL color Cylindrical-coordinate representation of color #247D8E: hue angle of 189.62º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #247D8E is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 125 142 -
CMYK 0.75 0.12 0 0.44
HSL 189.62º 0.6% 0.35% -
HSV(B) 189.62º 0.75% 0.56% -
XYZ 12.94 17 28.19 -
YUV 100.33 151.51 82.12 -
System Red Green Blue C M Y K H S L
Decimal 36 125 142 0.75 0.12 0 0.44 189.62 0.6 0.35
Hex 24 7D 8E 4B C 0 2C BE 3C 23
Octal 44 175 216 113 14 0 54 276 74 43
Binary 100100 1111101 10001110 1001011 1100 0 101100 10111110 111100 100011

Color Harmonies of #247D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247D8E

Black with #247D8E

Text Example


Text Example

White with #247D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,125,142); }

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

background-color css

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

 a { background-color: rgb(36,125,142); }

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

border-color css

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

 span { border-color: rgb(36,125,142); }

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