Html Css Color HEX #3F7ADC Royal Blue

📋 copy color: '#3F7ADC'

red 63 ◦ green 122 ◦ blue 220

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

Shades of Royal Blue #3F7ADC

Tints of Royal Blue #3F7ADC

RGB

 RED value IS 63 (25% from 255) = 15.56%

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

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

R = 15.56%
G = 30.12%
B = 54.32%

CMYK

 C value IS 0.71

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3F7ADC (or 0x3F7ADC) is known color: Royal Blue. HEX triplet: 3F, 7A and DC. RGB value is (63,122,220). Sum of RGB (Red+Green+Blue) = 63+122+220=405 (53% of max value = 765). Red value is 63 (25% from 255 or 15.56% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #3F7ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7ADC is #C08523. Grayscale: #737373. Windows color (decimal): -12616996 or 14449215. OLE color: 14449215.

HSL color Cylindrical-coordinate representation of color #3F7ADC: hue angle of 217.45º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F7ADC is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 63 122 220 -
CMYK 0.71 0.45 0 0.14
HSL 217.45º 0.69% 0.55% -
HSV(B) 217.45º 0.71% 0.86% -
XYZ 21.93 20.14 70.44 -
YUV 115.53 186.95 90.53 -
System Red Green Blue C M Y K H S L
Decimal 63 122 220 0.71 0.45 0 0.14 217.45 0.69 0.55
Hex 3F 7A DC 47 2D 0 E D9 45 37
Octal 77 172 334 107 55 0 16 331 105 67
Binary 111111 1111010 11011100 1000111 101101 0 1110 11011001 1000101 110111

Color Harmonies of #3F7ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7ADC

Black with #3F7ADC

Text Example


Text Example

White with #3F7ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F7ADC; }

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

 H1.HeaderClassName
 {
   color: #3F7ADC;
 }
 .AnyTagClassName
 {
   color: #3F7ADC;
 }
</style>

background-color css

<style>
 a { background-color: #3F7ADC; }

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

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

border-color css

<style>
 span { border-color: #3F7ADC; }

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

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