Html Css Color HEX #247CBA Curious Blue

📋 copy color: '#247CBA'

red 36 ◦ green 124 ◦ blue 186

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

Shades of Curious Blue #247CBA

Tints of Curious Blue #247CBA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.84%

 BLUE value IS 186 (73.05% from 255) = 53.76%

R = 10.4%
G = 35.84%
B = 53.76%

CMYK

 C value IS 0.81

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#247CBA (or 0x247CBA) is known color: Curious Blue. HEX triplet: 24, 7C and BA. RGB value is (36,124,186). Sum of RGB (Red+Green+Blue) = 36+124+186=346 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.40% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #247CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247CBA is #DB8345. Grayscale: #686868. Windows color (decimal): -14385990 or 12221476. OLE color: 12221476.

HSL color Cylindrical-coordinate representation of color #247CBA: hue angle of 204.8º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #247CBA is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 36 124 186 -
CMYK 0.81 0.33 0 0.27
HSL 204.8º 0.68% 0.44% -
HSV(B) 204.8º 0.81% 0.73% -
XYZ 16.8 18.34 49.11 -
YUV 104.76 173.85 78.96 -
System Red Green Blue C M Y K H S L
Decimal 36 124 186 0.81 0.33 0 0.27 204.8 0.68 0.44
Hex 24 7C BA 51 21 0 1B CD 44 2C
Octal 44 174 272 121 41 0 33 315 104 54
Binary 100100 1111100 10111010 1010001 100001 0 11011 11001101 1000100 101100

Color Harmonies of #247CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247CBA

Black with #247CBA

Text Example


Text Example

White with #247CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,124,186); }

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

background-color css

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

 a { background-color: rgb(36,124,186); }

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

border-color css

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

 span { border-color: rgb(36,124,186); }

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