Html Css Color HEX #247ADC Royal Blue

📋 copy color: '#247ADC'

red 36 ◦ green 122 ◦ blue 220

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

Shades of Royal Blue #247ADC

Tints of Royal Blue #247ADC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.28%

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

R = 9.52%
G = 32.28%
B = 58.2%

CMYK

 C value IS 0.84

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#247ADC (or 0x247ADC) is known color: Royal Blue. HEX triplet: 24, 7A and DC. RGB value is (36,122,220). Sum of RGB (Red+Green+Blue) = 36+122+220=378 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.52% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #247ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247ADC is #DB8523. Grayscale: #6A6A6A. Windows color (decimal): -14386468 or 14449188. OLE color: 14449188.

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

Color convert

RGB 36 122 220 -
CMYK 0.84 0.45 0 0.14
HSL 211.96º 0.72% 0.5% -
HSV(B) 211.96º 0.84% 0.86% -
XYZ 20.61 19.46 70.38 -
YUV 107.46 191.51 77.03 -
System Red Green Blue C M Y K H S L
Decimal 36 122 220 0.84 0.45 0 0.14 211.96 0.72 0.5
Hex 24 7A DC 54 2D 0 E D4 48 32
Octal 44 172 334 124 55 0 16 324 110 62
Binary 100100 1111010 11011100 1010100 101101 0 1110 11010100 1001000 110010

Color Harmonies of #247ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247ADC

Black with #247ADC

Text Example


Text Example

White with #247ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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