Html Css Color HEX #3B7CFA Royal Blue

📋 copy color: '#3B7CFA'

red 59 ◦ green 124 ◦ blue 250

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

Shades of Royal Blue #3B7CFA

Tints of Royal Blue #3B7CFA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.64%

 BLUE value IS 250 (98.05% from 255) = 57.74%

R = 13.63%
G = 28.64%
B = 57.74%

CMYK

 C value IS 0.76

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3B7CFA (or 0x3B7CFA) is known color: Royal Blue. HEX triplet: 3B, 7C and FA. RGB value is (59,124,250). Sum of RGB (Red+Green+Blue) = 59+124+250=433 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.63% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #3B7CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B7CFA is #C48305. Grayscale: #767676. Windows color (decimal): -12878598 or 16415803. OLE color: 16415803.

HSL color Cylindrical-coordinate representation of color #3B7CFA: hue angle of 219.58º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B7CFA is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 59 124 250 -
CMYK 0.76 0.50 0 0.02
HSL 219.58º 0.95% 0.61% -
HSV(B) 219.58º 0.76% 0.98% -
XYZ 26.27 22.25 93.35 -
YUV 118.93 201.97 85.25 -
System Red Green Blue C M Y K H S L
Decimal 59 124 250 0.76 0.50 0 0.02 219.58 0.95 0.61
Hex 3B 7C FA 4C 32 0 2 DC 5F 3D
Octal 73 174 372 114 62 0 2 334 137 75
Binary 111011 1111100 11111010 1001100 110010 0 10 11011100 1011111 111101

Color Harmonies of #3B7CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7CFA

Black with #3B7CFA

Text Example


Text Example

White with #3B7CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,124,250); }

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

background-color css

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

 a { background-color: rgb(59,124,250); }

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

border-color css

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

 span { border-color: rgb(59,124,250); }

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