Html Css Color HEX #3B7BFF Royal Blue

📋 copy color: '#3B7BFF'

red 59 ◦ green 123 ◦ blue 255

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

Shades of Royal Blue #3B7BFF

Tints of Royal Blue #3B7BFF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.15%

 BLUE value IS 255 (100% from 255) = 58.35%

R = 13.5%
G = 28.15%
B = 58.35%

CMYK

 C value IS 0.77

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3B7BFF (or 0x3B7BFF) is known color: Royal Blue. HEX triplet: 3B, 7B and FF. RGB value is (59,123,255). Sum of RGB (Red+Green+Blue) = 59+123+255=437 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.50% from 437); Green value is 123 (48.44% from 255 or 28.15% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #3B7BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B7BFF is #C48400. Grayscale: #767676. Windows color (decimal): -12878849 or 16743227. OLE color: 16743227.

HSL color Cylindrical-coordinate representation of color #3B7BFF: hue angle of 220.41º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B7BFF is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 59 123 255 -
CMYK 0.77 0.52 0 0
HSL 220.41º 1% 0.62% -
HSV(B) 220.41º 0.77% 1% -
XYZ 26.94 22.32 97.5 -
YUV 118.91 204.8 85.27 -
System Red Green Blue C M Y K H S L
Decimal 59 123 255 0.77 0.52 0 0 220.41 1 0.62
Hex 3B 7B FF 4D 34 0 0 DC 64 3E
Octal 73 173 377 115 64 0 0 334 144 76
Binary 111011 1111011 11111111 1001101 110100 0 0 11011100 1100100 111110

Color Harmonies of #3B7BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7BFF

Black with #3B7BFF

Text Example


Text Example

White with #3B7BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,123,255); }

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

background-color css

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

 a { background-color: rgb(59,123,255); }

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

border-color css

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

 span { border-color: rgb(59,123,255); }

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