Html Css Color HEX #247FCC Curious Blue

📋 copy color: '#247FCC'

red 36 ◦ green 127 ◦ blue 204

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

Shades of Curious Blue #247FCC

Tints of Curious Blue #247FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.59%

R = 9.81%
G = 34.6%
B = 55.59%

CMYK

 C value IS 0.82

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#247FCC (or 0x247FCC) is known color: Curious Blue. HEX triplet: 24, 7F and CC. RGB value is (36,127,204). Sum of RGB (Red+Green+Blue) = 36+127+204=367 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.81% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #247FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247FCC is #DB8033. Grayscale: #6C6C6C. Windows color (decimal): -14385204 or 13401892. OLE color: 13401892.

HSL color Cylindrical-coordinate representation of color #247FCC: hue angle of 207.5º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #247FCC is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 36 127 204 -
CMYK 0.82 0.38 0 0.2
HSL 207.5º 0.7% 0.47% -
HSV(B) 207.5º 0.82% 0.8% -
XYZ 19.22 19.91 59.96 -
YUV 108.57 181.85 76.24 -
System Red Green Blue C M Y K H S L
Decimal 36 127 204 0.82 0.38 0 0.2 207.5 0.7 0.47
Hex 24 7F CC 52 26 0 14 D0 46 2F
Octal 44 177 314 122 46 0 24 320 106 57
Binary 100100 1111111 11001100 1010010 100110 0 10100 11010000 1000110 101111

Color Harmonies of #247FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247FCC

Black with #247FCC

Text Example


Text Example

White with #247FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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