Html Css Color HEX #247CBD Curious Blue

📋 copy color: '#247CBD'

red 36 ◦ green 124 ◦ blue 189

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

Shades of Curious Blue #247CBD

Tints of Curious Blue #247CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 54.15%

R = 10.32%
G = 35.53%
B = 54.15%

CMYK

 C value IS 0.81

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#247CBD (or 0x247CBD) is known color: Curious Blue. HEX triplet: 24, 7C and BD. RGB value is (36,124,189). Sum of RGB (Red+Green+Blue) = 36+124+189=349 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.32% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 189 (74.22% from 255 or 54.15% from 349); Max value from RGB is 189 - color contains mainly: blue. Hex color #247CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247CBD is #DB8342. Grayscale: #686868. Windows color (decimal): -14385987 or 12418084. OLE color: 12418084.

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

Color convert

RGB 36 124 189 -
CMYK 0.81 0.34 0 0.26
HSL 205.49º 0.68% 0.44% -
HSV(B) 205.49º 0.81% 0.74% -
XYZ 17.12 18.46 50.81 -
YUV 105.1 175.35 78.71 -
System Red Green Blue C M Y K H S L
Decimal 36 124 189 0.81 0.34 0 0.26 205.49 0.68 0.44
Hex 24 7C BD 51 22 0 1A CD 44 2C
Octal 44 174 275 121 42 0 32 315 104 54
Binary 100100 1111100 10111101 1010001 100010 0 11010 11001101 1000100 101100

Color Harmonies of #247CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247CBD

Black with #247CBD

Text Example


Text Example

White with #247CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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