Html Css Color HEX #247FB1 Curious Blue

📋 copy color: '#247FB1'

red 36 ◦ green 127 ◦ blue 177

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

Shades of Curious Blue #247FB1

Tints of Curious Blue #247FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 52.06%

R = 10.59%
G = 37.35%
B = 52.06%

CMYK

 C value IS 0.80

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#247FB1 (or 0x247FB1) is known color: Curious Blue. HEX triplet: 24, 7F and B1. RGB value is (36,127,177). Sum of RGB (Red+Green+Blue) = 36+127+177=340 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.59% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 177 (69.53% from 255 or 52.06% from 340); Max value from RGB is 177 - color contains mainly: blue. Hex color #247FB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247FB1 is #DB804E. Grayscale: #696969. Windows color (decimal): -14385231 or 11632420. OLE color: 11632420.

HSL color Cylindrical-coordinate representation of color #247FB1: hue angle of 201.28º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #247FB1 is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 36 127 177 -
CMYK 0.80 0.28 0 0.31
HSL 201.28º 0.66% 0.42% -
HSV(B) 201.28º 0.8% 0.69% -
XYZ 16.25 18.73 44.35 -
YUV 105.49 168.35 78.43 -
System Red Green Blue C M Y K H S L
Decimal 36 127 177 0.80 0.28 0 0.31 201.28 0.66 0.42
Hex 24 7F B1 50 1C 0 1F C9 42 2A
Octal 44 177 261 120 34 0 37 311 102 52
Binary 100100 1111111 10110001 1010000 11100 0 11111 11001001 1000010 101010

Color Harmonies of #247FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247FB1

Black with #247FB1

Text Example


Text Example

White with #247FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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