Html Css Color HEX #247CBB Curious Blue

📋 copy color: '#247CBB'

red 36 ◦ green 124 ◦ blue 187

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

Shades of Curious Blue #247CBB

Tints of Curious Blue #247CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.89%

R = 10.37%
G = 35.73%
B = 53.89%

CMYK

 C value IS 0.81

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#247CBB (or 0x247CBB) is known color: Curious Blue. HEX triplet: 24, 7C and BB. RGB value is (36,124,187). Sum of RGB (Red+Green+Blue) = 36+124+187=347 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.37% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #247CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247CBB is #DB8344. Grayscale: #686868. Windows color (decimal): -14385989 or 12287012. OLE color: 12287012.

HSL color Cylindrical-coordinate representation of color #247CBB: hue angle of 205.03º 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 #247CBB is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 36 124 187 -
CMYK 0.81 0.34 0 0.27
HSL 205.03º 0.68% 0.44% -
HSV(B) 205.03º 0.81% 0.73% -
XYZ 16.9 18.38 49.67 -
YUV 104.87 174.35 78.88 -
System Red Green Blue C M Y K H S L
Decimal 36 124 187 0.81 0.34 0 0.27 205.03 0.68 0.44
Hex 24 7C BB 51 22 0 1B CD 44 2C
Octal 44 174 273 121 42 0 33 315 104 54
Binary 100100 1111100 10111011 1010001 100010 0 11011 11001101 1000100 101100

Color Harmonies of #247CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247CBB

Black with #247CBB

Text Example


Text Example

White with #247CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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