Html Css Color HEX #3A79FB Royal Blue

📋 copy color: '#3A79FB'

red 58 ◦ green 121 ◦ blue 251

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

Shades of Royal Blue #3A79FB

Tints of Royal Blue #3A79FB

RGB

 RED value IS 58 (23.05% from 255) = 13.49%

 GREEN value IS 121 (47.66% from 255) = 28.14%

 BLUE value IS 251 (98.44% from 255) = 58.37%

R = 13.49%
G = 28.14%
B = 58.37%

CMYK

 C value IS 0.77

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3A79FB (or 0x3A79FB) is known color: Royal Blue. HEX triplet: 3A, 79 and FB. RGB value is (58,121,251). Sum of RGB (Red+Green+Blue) = 58+121+251=430 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.49% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 251 (98.44% from 255 or 58.37% from 430); Max value from RGB is 251 - color contains mainly: blue. Hex color #3A79FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A79FB is #C58604. Grayscale: #747474. Windows color (decimal): -12944901 or 16480570. OLE color: 16480570.

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

Color convert

RGB 58 121 251 -
CMYK 0.77 0.52 0 0.02
HSL 220.41º 0.96% 0.61% -
HSV(B) 220.41º 0.77% 0.98% -
XYZ 25.99 21.54 94.05 -
YUV 116.98 203.63 85.93 -
System Red Green Blue C M Y K H S L
Decimal 58 121 251 0.77 0.52 0 0.02 220.41 0.96 0.61
Hex 3A 79 FB 4D 34 0 2 DC 60 3D
Octal 72 171 373 115 64 0 2 334 140 75
Binary 111010 1111001 11111011 1001101 110100 0 10 11011100 1100000 111101

Color Harmonies of #3A79FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A79FB

Black with #3A79FB

Text Example


Text Example

White with #3A79FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,121,251); }

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

background-color css

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

 a { background-color: rgb(58,121,251); }

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

border-color css

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

 span { border-color: rgb(58,121,251); }

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