Html Css Color HEX #247BCC Curious Blue

📋 copy color: '#247BCC'

red 36 ◦ green 123 ◦ blue 204

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

Shades of Curious Blue #247BCC

Tints of Curious Blue #247BCC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.88%

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

R = 9.92%
G = 33.88%
B = 56.2%

CMYK

 C value IS 0.82

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#247BCC (or 0x247BCC) is known color: Curious Blue. HEX triplet: 24, 7B and CC. RGB value is (36,123,204). Sum of RGB (Red+Green+Blue) = 36+123+204=363 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.92% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #247BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247BCC is #DB8433. Grayscale: #696969. Windows color (decimal): -14386228 or 13400868. OLE color: 13400868.

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

Color convert

RGB 36 123 204 -
CMYK 0.82 0.40 0 0.2
HSL 208.93º 0.7% 0.47% -
HSV(B) 208.93º 0.82% 0.8% -
XYZ 18.71 18.9 59.79 -
YUV 106.22 183.18 77.91 -
System Red Green Blue C M Y K H S L
Decimal 36 123 204 0.82 0.40 0 0.2 208.93 0.7 0.47
Hex 24 7B CC 52 28 0 14 D1 46 2F
Octal 44 173 314 122 50 0 24 321 106 57
Binary 100100 1111011 11001100 1010010 101000 0 10100 11010001 1000110 101111

Color Harmonies of #247BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247BCC

Black with #247BCC

Text Example


Text Example

White with #247BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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