Html Css Color HEX #247FB0 Curious Blue

📋 copy color: '#247FB0'

red 36 ◦ green 127 ◦ blue 176

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

Shades of Curious Blue #247FB0

Tints of Curious Blue #247FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 51.92%

R = 10.62%
G = 37.46%
B = 51.92%

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

#247FB0 (or 0x247FB0) is known color: Curious Blue. HEX triplet: 24, 7F and B0. RGB value is (36,127,176). Sum of RGB (Red+Green+Blue) = 36+127+176=339 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.62% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 176 (69.14% from 255 or 51.92% from 339); Max value from RGB is 176 - color contains mainly: blue. Hex color #247FB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247FB0 is #DB804F. Grayscale: #696969. Windows color (decimal): -14385232 or 11566884. OLE color: 11566884.

HSL color Cylindrical-coordinate representation of color #247FB0: hue angle of 201º 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 #247FB0 is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 36 127 176 -
CMYK 0.80 0.28 0 0.31
HSL 201º 0.66% 0.42% -
HSV(B) 201º 0.8% 0.69% -
XYZ 16.15 18.69 43.83 -
YUV 105.38 167.85 78.52 -
System Red Green Blue C M Y K H S L
Decimal 36 127 176 0.80 0.28 0 0.31 201 0.66 0.42
Hex 24 7F B0 50 1C 0 1F C9 42 2A
Octal 44 177 260 120 34 0 37 311 102 52
Binary 100100 1111111 10110000 1010000 11100 0 11111 11001001 1000010 101010

Color Harmonies of #247FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247FB0

Black with #247FB0

Text Example


Text Example

White with #247FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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