Html Css Color HEX #3D7FDB Royal Blue

📋 copy color: '#3D7FDB'

red 61 ◦ green 127 ◦ blue 219

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

Shades of Royal Blue #3D7FDB

Tints of Royal Blue #3D7FDB

RGB

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

 GREEN value IS 127 (50% from 255) = 31.2%

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

R = 14.99%
G = 31.2%
B = 53.81%

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

#3D7FDB (or 0x3D7FDB) is known color: Royal Blue. HEX triplet: 3D, 7F and DB. RGB value is (61,127,219). Sum of RGB (Red+Green+Blue) = 61+127+219=407 (53% of max value = 765). Red value is 61 (24.22% from 255 or 14.99% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D7FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D7FDB is #C28024. Grayscale: #757575. Windows color (decimal): -12746789 or 14384957. OLE color: 14384957.

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

Color convert

RGB 61 127 219 -
CMYK 0.72 0.42 0 0.14
HSL 214.94º 0.69% 0.55% -
HSV(B) 214.94º 0.72% 0.86% -
XYZ 22.3 21.29 69.95 -
YUV 117.75 185.13 87.52 -
System Red Green Blue C M Y K H S L
Decimal 61 127 219 0.72 0.42 0 0.14 214.94 0.69 0.55
Hex 3D 7F DB 48 2A 0 E D7 45 37
Octal 75 177 333 110 52 0 16 327 105 67
Binary 111101 1111111 11011011 1001000 101010 0 1110 11010111 1000101 110111

Color Harmonies of #3D7FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7FDB

Black with #3D7FDB

Text Example


Text Example

White with #3D7FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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