Html Css Color HEX #247BDC Royal Blue

📋 copy color: '#247BDC'

red 36 ◦ green 123 ◦ blue 220

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

Shades of Royal Blue #247BDC

Tints of Royal Blue #247BDC

RGB

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

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

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

R = 9.5%
G = 32.45%
B = 58.05%

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

#247BDC (or 0x247BDC) is known color: Royal Blue. HEX triplet: 24, 7B and DC. RGB value is (36,123,220). Sum of RGB (Red+Green+Blue) = 36+123+220=379 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.50% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #247BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247BDC is #DB8423. Grayscale: #6B6B6B. Windows color (decimal): -14386212 or 14449444. OLE color: 14449444.

HSL color Cylindrical-coordinate representation of color #247BDC: hue angle of 211.63º 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 #247BDC is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 36 123 220 -
CMYK 0.84 0.44 0 0.14
HSL 211.63º 0.72% 0.5% -
HSV(B) 211.63º 0.84% 0.86% -
XYZ 20.73 19.71 70.42 -
YUV 108.05 191.18 76.61 -
System Red Green Blue C M Y K H S L
Decimal 36 123 220 0.84 0.44 0 0.14 211.63 0.72 0.5
Hex 24 7B DC 54 2C 0 E D4 48 32
Octal 44 173 334 124 54 0 16 324 110 62
Binary 100100 1111011 11011100 1010100 101100 0 1110 11010100 1001000 110010

Color Harmonies of #247BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247BDC

Black with #247BDC

Text Example


Text Example

White with #247BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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