Html Css Color HEX #3E81FC Royal Blue

📋 copy color: '#3E81FC'

red 62 ◦ green 129 ◦ blue 252

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

Shades of Royal Blue #3E81FC

Tints of Royal Blue #3E81FC

RGB

 RED value IS 62 (24.61% from 255) = 14%

 GREEN value IS 129 (50.78% from 255) = 29.12%

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

R = 14%
G = 29.12%
B = 56.88%

CMYK

 C value IS 0.75

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3E81FC (or 0x3E81FC) is known color: Royal Blue. HEX triplet: 3E, 81 and FC. RGB value is (62,129,252). Sum of RGB (Red+Green+Blue) = 62+129+252=443 (58% of max value = 765). Red value is 62 (24.61% from 255 or 14.00% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #3E81FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3E81FC is #C17E03. Grayscale: #7A7A7A. Windows color (decimal): -12680708 or 16548158. OLE color: 16548158.

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

Color convert

RGB 62 129 252 -
CMYK 0.75 0.49 0 0.01
HSL 218.84º 0.97% 0.62% -
HSV(B) 218.84º 0.75% 0.99% -
XYZ 27.41 23.75 95.24 -
YUV 122.99 200.8 84.5 -
System Red Green Blue C M Y K H S L
Decimal 62 129 252 0.75 0.49 0 0.01 218.84 0.97 0.62
Hex 3E 81 FC 4B 31 0 1 DB 61 3E
Octal 76 201 374 113 61 0 1 333 141 76
Binary 111110 10000001 11111100 1001011 110001 0 1 11011011 1100001 111110

Color Harmonies of #3E81FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E81FC

Black with #3E81FC

Text Example


Text Example

White with #3E81FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,129,252); }

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

background-color css

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

 a { background-color: rgb(62,129,252); }

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

border-color css

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

 span { border-color: rgb(62,129,252); }

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