Html Css Color HEX #247CBF Curious Blue

📋 copy color: '#247CBF'

red 36 ◦ green 124 ◦ blue 191

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

Shades of Curious Blue #247CBF

Tints of Curious Blue #247CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.42%

R = 10.26%
G = 35.33%
B = 54.42%

CMYK

 C value IS 0.81

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#247CBF (or 0x247CBF) is known color: Curious Blue. HEX triplet: 24, 7C and BF. RGB value is (36,124,191). Sum of RGB (Red+Green+Blue) = 36+124+191=351 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.26% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #247CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247CBF is #DB8340. Grayscale: #686868. Windows color (decimal): -14385985 or 12549156. OLE color: 12549156.

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

Color convert

RGB 36 124 191 -
CMYK 0.81 0.35 0 0.25
HSL 205.94º 0.68% 0.45% -
HSV(B) 205.94º 0.81% 0.75% -
XYZ 17.34 18.55 51.96 -
YUV 105.33 176.35 78.55 -
System Red Green Blue C M Y K H S L
Decimal 36 124 191 0.81 0.35 0 0.25 205.94 0.68 0.45
Hex 24 7C BF 51 23 0 19 CE 44 2D
Octal 44 174 277 121 43 0 31 316 104 55
Binary 100100 1111100 10111111 1010001 100011 0 11001 11001110 1000100 101101

Color Harmonies of #247CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247CBF

Black with #247CBF

Text Example


Text Example

White with #247CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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