Html Css Color HEX #3D7EDB Royal Blue

📋 copy color: '#3D7EDB'

red 61 ◦ green 126 ◦ blue 219

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

Shades of Royal Blue #3D7EDB

Tints of Royal Blue #3D7EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.94%

R = 15.02%
G = 31.03%
B = 53.94%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3D7EDB (or 0x3D7EDB) is known color: Royal Blue. HEX triplet: 3D, 7E and DB. RGB value is (61,126,219). Sum of RGB (Red+Green+Blue) = 61+126+219=406 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.02% from 406); Green value is 126 (49.61% from 255 or 31.03% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D7EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D7EDB is #C28124. Grayscale: #747474. Windows color (decimal): -12747045 or 14384701. OLE color: 14384701.

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

Color convert

RGB 61 126 219 -
CMYK 0.72 0.42 0 0.14
HSL 215.32º 0.69% 0.55% -
HSV(B) 215.32º 0.72% 0.86% -
XYZ 22.17 21.03 69.91 -
YUV 117.17 185.47 87.94 -
System Red Green Blue C M Y K H S L
Decimal 61 126 219 0.72 0.42 0 0.14 215.32 0.69 0.55
Hex 3D 7E DB 48 2A 0 E D7 45 37
Octal 75 176 333 110 52 0 16 327 105 67
Binary 111101 1111110 11011011 1001000 101010 0 1110 11010111 1000101 110111

Color Harmonies of #3D7EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7EDB

Black with #3D7EDB

Text Example


Text Example

White with #3D7EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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