Html Css Color HEX #3C7DDB Royal Blue

📋 copy color: '#3C7DDB'

red 60 ◦ green 125 ◦ blue 219

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

Shades of Royal Blue #3C7DDB

Tints of Royal Blue #3C7DDB

RGB

 RED value IS 60 (23.83% from 255) = 14.85%

 GREEN value IS 125 (49.22% from 255) = 30.94%

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

R = 14.85%
G = 30.94%
B = 54.21%

CMYK

 C value IS 0.73

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3C7DDB (or 0x3C7DDB) is known color: Royal Blue. HEX triplet: 3C, 7D and DB. RGB value is (60,125,219). Sum of RGB (Red+Green+Blue) = 60+125+219=404 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.85% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C7DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7DDB is #C38224. Grayscale: #737373. Windows color (decimal): -12812837 or 14384444. OLE color: 14384444.

HSL color Cylindrical-coordinate representation of color #3C7DDB: 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.73%. Process color model (Four color, CMYK) of #3C7DDB is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 125 219 -
CMYK 0.73 0.43 0 0.14
HSL 215.47º 0.69% 0.55% -
HSV(B) 215.47º 0.73% 0.86% -
XYZ 21.98 20.74 69.86 -
YUV 116.28 185.97 87.86 -
System Red Green Blue C M Y K H S L
Decimal 60 125 219 0.73 0.43 0 0.14 215.47 0.69 0.55
Hex 3C 7D DB 49 2B 0 E D7 45 37
Octal 74 175 333 111 53 0 16 327 105 67
Binary 111100 1111101 11011011 1001001 101011 0 1110 11010111 1000101 110111

Color Harmonies of #3C7DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7DDB

Black with #3C7DDB

Text Example


Text Example

White with #3C7DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,125,219); }

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

background-color css

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

 a { background-color: rgb(60,125,219); }

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

border-color css

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

 span { border-color: rgb(60,125,219); }

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