Html Css Color HEX #3B7FDC Royal Blue

📋 copy color: '#3B7FDC'

red 59 ◦ green 127 ◦ blue 220

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

Shades of Royal Blue #3B7FDC

Tints of Royal Blue #3B7FDC

RGB

 RED value IS 59 (23.44% from 255) = 14.53%

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

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

R = 14.53%
G = 31.28%
B = 54.19%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3B7FDC (or 0x3B7FDC) is known color: Royal Blue. HEX triplet: 3B, 7F and DC. RGB value is (59,127,220). Sum of RGB (Red+Green+Blue) = 59+127+220=406 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.53% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #3B7FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B7FDC is #C48023. Grayscale: #747474. Windows color (decimal): -12877860 or 14450491. OLE color: 14450491.

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

Color convert

RGB 59 127 220 -
CMYK 0.73 0.42 0 0.14
HSL 214.66º 0.7% 0.55% -
HSV(B) 214.66º 0.73% 0.86% -
XYZ 22.31 21.28 70.64 -
YUV 117.27 185.97 86.44 -
System Red Green Blue C M Y K H S L
Decimal 59 127 220 0.73 0.42 0 0.14 214.66 0.7 0.55
Hex 3B 7F DC 49 2A 0 E D7 46 37
Octal 73 177 334 111 52 0 16 327 106 67
Binary 111011 1111111 11011100 1001001 101010 0 1110 11010111 1000110 110111

Color Harmonies of #3B7FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7FDC

Black with #3B7FDC

Text Example


Text Example

White with #3B7FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,127,220); }

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

background-color css

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

 a { background-color: rgb(59,127,220); }

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

border-color css

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

 span { border-color: rgb(59,127,220); }

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