Html Css Color HEX #247FB3 Curious Blue

📋 copy color: '#247FB3'

red 36 ◦ green 127 ◦ blue 179

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

Shades of Curious Blue #247FB3

Tints of Curious Blue #247FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 52.34%

R = 10.53%
G = 37.13%
B = 52.34%

CMYK

 C value IS 0.80

 M value IS 0.29

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#247FB3 (or 0x247FB3) is known color: Curious Blue. HEX triplet: 24, 7F and B3. RGB value is (36,127,179). Sum of RGB (Red+Green+Blue) = 36+127+179=342 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.53% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 179 (70.31% from 255 or 52.34% from 342); Max value from RGB is 179 - color contains mainly: blue. Hex color #247FB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247FB3 is #DB804C. Grayscale: #696969. Windows color (decimal): -14385229 or 11763492. OLE color: 11763492.

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

Color convert

RGB 36 127 179 -
CMYK 0.80 0.29 0 0.30
HSL 201.82º 0.67% 0.42% -
HSV(B) 201.82º 0.8% 0.7% -
XYZ 16.45 18.81 45.41 -
YUV 105.72 169.35 78.27 -
System Red Green Blue C M Y K H S L
Decimal 36 127 179 0.80 0.29 0 0.30 201.82 0.67 0.42
Hex 24 7F B3 50 1D 0 1E CA 43 2A
Octal 44 177 263 120 35 0 36 312 103 52
Binary 100100 1111111 10110011 1010000 11101 0 11110 11001010 1000011 101010

Color Harmonies of #247FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247FB3

Black with #247FB3

Text Example


Text Example

White with #247FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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