Html Css Color HEX #3C7EFE Royal Blue

📋 copy color: '#3C7EFE'

red 60 ◦ green 126 ◦ blue 254

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

Shades of Royal Blue #3C7EFE

Tints of Royal Blue #3C7EFE

RGB

 RED value IS 60 (23.83% from 255) = 13.64%

 GREEN value IS 126 (49.61% from 255) = 28.64%

 BLUE value IS 254 (99.61% from 255) = 57.73%

R = 13.64%
G = 28.64%
B = 57.73%

CMYK

 C value IS 0.76

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3C7EFE (or 0x3C7EFE) is known color: Royal Blue. HEX triplet: 3C, 7E and FE. RGB value is (60,126,254). Sum of RGB (Red+Green+Blue) = 60+126+254=440 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.64% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #3C7EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C7EFE is #C38101. Grayscale: #787878. Windows color (decimal): -12812546 or 16678460. OLE color: 16678460.

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

Color convert

RGB 60 126 254 -
CMYK 0.76 0.50 0 0.00
HSL 219.59º 0.99% 0.62% -
HSV(B) 219.59º 0.76% 1% -
XYZ 27.21 23.04 96.78 -
YUV 120.86 203.13 84.59 -
System Red Green Blue C M Y K H S L
Decimal 60 126 254 0.76 0.50 0 0.00 219.59 0.99 0.62
Hex 3C 7E FE 4C 32 0 0 DC 63 3E
Octal 74 176 376 114 62 0 0 334 143 76
Binary 111100 1111110 11111110 1001100 110010 0 0 11011100 1100011 111110

Color Harmonies of #3C7EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7EFE

Black with #3C7EFE

Text Example


Text Example

White with #3C7EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,126,254); }

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

background-color css

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

 a { background-color: rgb(60,126,254); }

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

border-color css

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

 span { border-color: rgb(60,126,254); }

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