Html Css Color HEX #3C80FA Royal Blue

📋 copy color: '#3C80FA'

red 60 ◦ green 128 ◦ blue 250

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

Shades of Royal Blue #3C80FA

Tints of Royal Blue #3C80FA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.22%

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

R = 13.7%
G = 29.22%
B = 57.08%

CMYK

 C value IS 0.76

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3C80FA (or 0x3C80FA) is known color: Royal Blue. HEX triplet: 3C, 80 and FA. RGB value is (60,128,250). Sum of RGB (Red+Green+Blue) = 60+128+250=438 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.70% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #3C80FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3C80FA is #C37F05. Grayscale: #797979. Windows color (decimal): -12812038 or 16416828. OLE color: 16416828.

HSL color Cylindrical-coordinate representation of color #3C80FA: hue angle of 218.53º 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 #3C80FA is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 60 128 250 -
CMYK 0.76 0.49 0 0.02
HSL 218.53º 0.95% 0.61% -
HSV(B) 218.53º 0.76% 0.98% -
XYZ 26.84 23.3 93.53 -
YUV 121.58 200.47 84.08 -
System Red Green Blue C M Y K H S L
Decimal 60 128 250 0.76 0.49 0 0.02 218.53 0.95 0.61
Hex 3C 80 FA 4C 31 0 2 DB 5F 3D
Octal 74 200 372 114 61 0 2 333 137 75
Binary 111100 10000000 11111010 1001100 110001 0 10 11011011 1011111 111101

Color Harmonies of #3C80FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C80FA

Black with #3C80FA

Text Example


Text Example

White with #3C80FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,128,250); }

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

background-color css

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

 a { background-color: rgb(60,128,250); }

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

border-color css

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

 span { border-color: rgb(60,128,250); }

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