Html Css Color HEX #247AC0 Curious Blue

📋 copy color: '#247AC0'

red 36 ◦ green 122 ◦ blue 192

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

Shades of Curious Blue #247AC0

Tints of Curious Blue #247AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 54.86%

R = 10.29%
G = 34.86%
B = 54.86%

CMYK

 C value IS 0.81

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#247AC0 (or 0x247AC0) is known color: Curious Blue. HEX triplet: 24, 7A and C0. RGB value is (36,122,192). Sum of RGB (Red+Green+Blue) = 36+122+192=350 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.29% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 192 (75.39% from 255 or 54.86% from 350); Max value from RGB is 192 - color contains mainly: blue. Hex color #247AC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247AC0 is #DB853F. Grayscale: #676767. Windows color (decimal): -14386496 or 12614180. OLE color: 12614180.

HSL color Cylindrical-coordinate representation of color #247AC0: hue angle of 206.92º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #247AC0 is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 36 122 192 -
CMYK 0.81 0.36 0 0.25
HSL 206.92º 0.68% 0.45% -
HSV(B) 206.92º 0.81% 0.75% -
XYZ 17.2 18.1 52.46 -
YUV 104.27 177.51 79.31 -
System Red Green Blue C M Y K H S L
Decimal 36 122 192 0.81 0.36 0 0.25 206.92 0.68 0.45
Hex 24 7A C0 51 24 0 19 CF 44 2D
Octal 44 172 300 121 44 0 31 317 104 55
Binary 100100 1111010 11000000 1010001 100100 0 11001 11001111 1000100 101101

Color Harmonies of #247AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247AC0

Black with #247AC0

Text Example


Text Example

White with #247AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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