Html Css Color HEX #3A7FD6 Royal Blue

📋 copy color: '#3A7FD6'

red 58 ◦ green 127 ◦ blue 214

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

Shades of Royal Blue #3A7FD6

Tints of Royal Blue #3A7FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 53.63%

R = 14.54%
G = 31.83%
B = 53.63%

CMYK

 C value IS 0.73

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3A7FD6 (or 0x3A7FD6) is known color: Royal Blue. HEX triplet: 3A, 7F and D6. RGB value is (58,127,214). Sum of RGB (Red+Green+Blue) = 58+127+214=399 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.54% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 214 (83.98% from 255 or 53.63% from 399); Max value from RGB is 214 - color contains mainly: blue. Hex color #3A7FD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7FD6 is #C58029. Grayscale: #737373. Windows color (decimal): -12943402 or 14057274. OLE color: 14057274.

HSL color Cylindrical-coordinate representation of color #3A7FD6: hue angle of 213.46º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A7FD6 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 58 127 214 -
CMYK 0.73 0.41 0 0.16
HSL 213.46º 0.66% 0.53% -
HSV(B) 213.46º 0.73% 0.84% -
XYZ 21.47 20.93 66.53 -
YUV 116.29 183.14 86.43 -
System Red Green Blue C M Y K H S L
Decimal 58 127 214 0.73 0.41 0 0.16 213.46 0.66 0.53
Hex 3A 7F D6 49 29 0 10 D5 42 35
Octal 72 177 326 111 51 0 20 325 102 65
Binary 111010 1111111 11010110 1001001 101001 0 10000 11010101 1000010 110101

Color Harmonies of #3A7FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7FD6

Black with #3A7FD6

Text Example


Text Example

White with #3A7FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,127,214); }

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

background-color css

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

 a { background-color: rgb(58,127,214); }

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

border-color css

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

 span { border-color: rgb(58,127,214); }

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