Html Css Color HEX #3F7EDC Royal Blue

📋 copy color: '#3F7EDC'

red 63 ◦ green 126 ◦ blue 220

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

Shades of Royal Blue #3F7EDC

Tints of Royal Blue #3F7EDC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.81%

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

R = 15.4%
G = 30.81%
B = 53.79%

CMYK

 C value IS 0.71

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3F7EDC (or 0x3F7EDC) is known color: Royal Blue. HEX triplet: 3F, 7E and DC. RGB value is (63,126,220). Sum of RGB (Red+Green+Blue) = 63+126+220=409 (54% of max value = 765). Red value is 63 (25% from 255 or 15.40% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #3F7EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7EDC is #C08123. Grayscale: #757575. Windows color (decimal): -12615972 or 14450239. OLE color: 14450239.

HSL color Cylindrical-coordinate representation of color #3F7EDC: hue angle of 215.92º 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 #3F7EDC is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 63 126 220 -
CMYK 0.71 0.43 0 0.14
HSL 215.92º 0.69% 0.55% -
HSV(B) 215.92º 0.71% 0.86% -
XYZ 22.43 21.15 70.61 -
YUV 117.88 185.63 88.86 -
System Red Green Blue C M Y K H S L
Decimal 63 126 220 0.71 0.43 0 0.14 215.92 0.69 0.55
Hex 3F 7E DC 47 2B 0 E D8 45 37
Octal 77 176 334 107 53 0 16 330 105 67
Binary 111111 1111110 11011100 1000111 101011 0 1110 11011000 1000101 110111

Color Harmonies of #3F7EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7EDC

Black with #3F7EDC

Text Example


Text Example

White with #3F7EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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