Html Css Color HEX #247CDC Royal Blue

📋 copy color: '#247CDC'

red 36 ◦ green 124 ◦ blue 220

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

Shades of Royal Blue #247CDC

Tints of Royal Blue #247CDC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.63%

 BLUE value IS 220 (86.33% from 255) = 57.89%

R = 9.47%
G = 32.63%
B = 57.89%

CMYK

 C value IS 0.84

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#247CDC (or 0x247CDC) is known color: Royal Blue. HEX triplet: 24, 7C and DC. RGB value is (36,124,220). Sum of RGB (Red+Green+Blue) = 36+124+220=380 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.47% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #247CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247CDC is #DB8323. Grayscale: #6C6C6C. Windows color (decimal): -14385956 or 14449700. OLE color: 14449700.

HSL color Cylindrical-coordinate representation of color #247CDC: hue angle of 211.3º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #247CDC is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 36 124 220 -
CMYK 0.84 0.44 0 0.14
HSL 211.3º 0.72% 0.5% -
HSV(B) 211.3º 0.84% 0.86% -
XYZ 20.85 19.96 70.46 -
YUV 108.63 190.85 76.19 -
System Red Green Blue C M Y K H S L
Decimal 36 124 220 0.84 0.44 0 0.14 211.3 0.72 0.5
Hex 24 7C DC 54 2C 0 E D3 48 32
Octal 44 174 334 124 54 0 16 323 110 62
Binary 100100 1111100 11011100 1010100 101100 0 1110 11010011 1001000 110010

Color Harmonies of #247CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247CDC

Black with #247CDC

Text Example


Text Example

White with #247CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,124,220); }

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

background-color css

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

 a { background-color: rgb(36,124,220); }

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

border-color css

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

 span { border-color: rgb(36,124,220); }

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