Html Css Color HEX #3D7EDC Royal Blue

📋 copy color: '#3D7EDC'

red 61 ◦ green 126 ◦ blue 220

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

Shades of Royal Blue #3D7EDC

Tints of Royal Blue #3D7EDC

RGB

 RED value IS 61 (24.22% from 255) = 14.99%

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

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

R = 14.99%
G = 30.96%
B = 54.05%

CMYK

 C value IS 0.72

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3D7EDC (or 0x3D7EDC) is known color: Royal Blue. HEX triplet: 3D, 7E and DC. RGB value is (61,126,220). Sum of RGB (Red+Green+Blue) = 61+126+220=407 (53% of max value = 765). Red value is 61 (24.22% from 255 or 14.99% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #3D7EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D7EDC is #C28123. Grayscale: #747474. Windows color (decimal): -12747044 or 14450237. OLE color: 14450237.

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

Color convert

RGB 61 126 220 -
CMYK 0.72 0.43 0 0.14
HSL 215.47º 0.69% 0.55% -
HSV(B) 215.47º 0.72% 0.86% -
XYZ 22.3 21.08 70.6 -
YUV 117.28 185.97 87.86 -
System Red Green Blue C M Y K H S L
Decimal 61 126 220 0.72 0.43 0 0.14 215.47 0.69 0.55
Hex 3D 7E DC 48 2B 0 E D7 45 37
Octal 75 176 334 110 53 0 16 327 105 67
Binary 111101 1111110 11011100 1001000 101011 0 1110 11010111 1000101 110111

Color Harmonies of #3D7EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7EDC

Black with #3D7EDC

Text Example


Text Example

White with #3D7EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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