Html Css Color HEX #247FB6 Curious Blue

📋 copy color: '#247FB6'

red 36 ◦ green 127 ◦ blue 182

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

Shades of Curious Blue #247FB6

Tints of Curious Blue #247FB6

RGB

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

 GREEN value IS 127 (50% from 255) = 36.81%

 BLUE value IS 182 (71.48% from 255) = 52.75%

R = 10.43%
G = 36.81%
B = 52.75%

CMYK

 C value IS 0.80

 M value IS 0.30

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#247FB6 (or 0x247FB6) is known color: Curious Blue. HEX triplet: 24, 7F and B6. RGB value is (36,127,182). Sum of RGB (Red+Green+Blue) = 36+127+182=345 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.43% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 182 (71.48% from 255 or 52.75% from 345); Max value from RGB is 182 - color contains mainly: blue. Hex color #247FB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247FB6 is #DB8049. Grayscale: #696969. Windows color (decimal): -14385226 or 11960100. OLE color: 11960100.

HSL color Cylindrical-coordinate representation of color #247FB6: hue angle of 202.6º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #247FB6 is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 36 127 182 -
CMYK 0.80 0.30 0 0.29
HSL 202.6º 0.67% 0.43% -
HSV(B) 202.6º 0.8% 0.71% -
XYZ 16.76 18.93 47.03 -
YUV 106.06 170.85 78.03 -
System Red Green Blue C M Y K H S L
Decimal 36 127 182 0.80 0.30 0 0.29 202.6 0.67 0.43
Hex 24 7F B6 50 1E 0 1D CB 43 2B
Octal 44 177 266 120 36 0 35 313 103 53
Binary 100100 1111111 10110110 1010000 11110 0 11101 11001011 1000011 101011

Color Harmonies of #247FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247FB6

Black with #247FB6

Text Example


Text Example

White with #247FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,127,182); }

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

background-color css

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

 a { background-color: rgb(36,127,182); }

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

border-color css

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

 span { border-color: rgb(36,127,182); }

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