Html Css Color HEX #247FCD Curious Blue

📋 copy color: '#247FCD'

red 36 ◦ green 127 ◦ blue 205

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

Shades of Curious Blue #247FCD

Tints of Curious Blue #247FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 55.71%

R = 9.78%
G = 34.51%
B = 55.71%

CMYK

 C value IS 0.82

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#247FCD (or 0x247FCD) is known color: Curious Blue. HEX triplet: 24, 7F and CD. RGB value is (36,127,205). Sum of RGB (Red+Green+Blue) = 36+127+205=368 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.78% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 205 (80.47% from 255 or 55.71% from 368); Max value from RGB is 205 - color contains mainly: blue. Hex color #247FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247FCD is #DB8032. Grayscale: #6C6C6C. Windows color (decimal): -14385203 or 13467428. OLE color: 13467428.

HSL color Cylindrical-coordinate representation of color #247FCD: hue angle of 207.69º 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 #247FCD is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 36 127 205 -
CMYK 0.82 0.38 0 0.20
HSL 207.69º 0.7% 0.47% -
HSV(B) 207.69º 0.82% 0.8% -
XYZ 19.34 19.96 60.59 -
YUV 108.68 182.35 76.16 -
System Red Green Blue C M Y K H S L
Decimal 36 127 205 0.82 0.38 0 0.20 207.69 0.7 0.47
Hex 24 7F CD 52 26 0 14 D0 46 2F
Octal 44 177 315 122 46 0 24 320 106 57
Binary 100100 1111111 11001101 1010010 100110 0 10100 11010000 1000110 101111

Color Harmonies of #247FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247FCD

Black with #247FCD

Text Example


Text Example

White with #247FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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