Html Css Color HEX #3A7CFC Royal Blue

📋 copy color: '#3A7CFC'

red 58 ◦ green 124 ◦ blue 252

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

Shades of Royal Blue #3A7CFC

Tints of Royal Blue #3A7CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.06%

R = 13.36%
G = 28.57%
B = 58.06%

CMYK

 C value IS 0.77

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3A7CFC (or 0x3A7CFC) is known color: Royal Blue. HEX triplet: 3A, 7C and FC. RGB value is (58,124,252). Sum of RGB (Red+Green+Blue) = 58+124+252=434 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.36% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 252 (98.83% from 255 or 58.06% from 434); Max value from RGB is 252 - color contains mainly: blue. Hex color #3A7CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A7CFC is #C58303. Grayscale: #767676. Windows color (decimal): -12944132 or 16546874. OLE color: 16546874.

HSL color Cylindrical-coordinate representation of color #3A7CFC: hue angle of 219.59º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A7CFC is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 58 124 252 -
CMYK 0.77 0.51 0 0.01
HSL 219.59º 0.97% 0.61% -
HSV(B) 219.59º 0.77% 0.99% -
XYZ 26.52 22.34 95.01 -
YUV 118.86 203.13 84.59 -
System Red Green Blue C M Y K H S L
Decimal 58 124 252 0.77 0.51 0 0.01 219.59 0.97 0.61
Hex 3A 7C FC 4D 33 0 1 DC 61 3D
Octal 72 174 374 115 63 0 1 334 141 75
Binary 111010 1111100 11111100 1001101 110011 0 1 11011100 1100001 111101

Color Harmonies of #3A7CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7CFC

Black with #3A7CFC

Text Example


Text Example

White with #3A7CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,124,252); }

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

background-color css

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

 a { background-color: rgb(58,124,252); }

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

border-color css

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

 span { border-color: rgb(58,124,252); }

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