Html Css Color HEX #247FBE Curious Blue

📋 copy color: '#247FBE'

red 36 ◦ green 127 ◦ blue 190

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

Shades of Curious Blue #247FBE

Tints of Curious Blue #247FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.82%

R = 10.2%
G = 35.98%
B = 53.82%

CMYK

 C value IS 0.81

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#247FBE (or 0x247FBE) is known color: Curious Blue. HEX triplet: 24, 7F and BE. RGB value is (36,127,190). Sum of RGB (Red+Green+Blue) = 36+127+190=353 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.20% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #247FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247FBE is #DB8041. Grayscale: #6A6A6A. Windows color (decimal): -14385218 or 12484388. OLE color: 12484388.

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

Color convert

RGB 36 127 190 -
CMYK 0.81 0.33 0 0.25
HSL 204.55º 0.68% 0.44% -
HSV(B) 204.55º 0.81% 0.75% -
XYZ 17.61 19.27 51.51 -
YUV 106.97 174.85 77.38 -
System Red Green Blue C M Y K H S L
Decimal 36 127 190 0.81 0.33 0 0.25 204.55 0.68 0.44
Hex 24 7F BE 51 21 0 19 CD 44 2C
Octal 44 177 276 121 41 0 31 315 104 54
Binary 100100 1111111 10111110 1010001 100001 0 11001 11001101 1000100 101100

Color Harmonies of #247FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247FBE

Black with #247FBE

Text Example


Text Example

White with #247FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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