Html Css Color HEX #3E80F6 Royal Blue

📋 copy color: '#3E80F6'

red 62 ◦ green 128 ◦ blue 246

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

Shades of Royal Blue #3E80F6

Tints of Royal Blue #3E80F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 56.42%

R = 14.22%
G = 29.36%
B = 56.42%

CMYK

 C value IS 0.75

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#3E80F6 (or 0x3E80F6) is known color: Royal Blue. HEX triplet: 3E, 80 and F6. RGB value is (62,128,246). Sum of RGB (Red+Green+Blue) = 62+128+246=436 (57% of max value = 765). Red value is 62 (24.61% from 255 or 14.22% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 246 (96.48% from 255 or 56.42% from 436); Max value from RGB is 246 - color contains mainly: blue. Hex color #3E80F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3E80F6 is #C17F09. Grayscale: #797979. Windows color (decimal): -12680970 or 16154686. OLE color: 16154686.

HSL color Cylindrical-coordinate representation of color #3E80F6: hue angle of 218.48º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E80F6 is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 62 128 246 -
CMYK 0.75 0.48 0 0.04
HSL 218.48º 0.91% 0.6% -
HSV(B) 218.48º 0.75% 0.96% -
XYZ 26.34 23.12 90.26 -
YUV 121.72 198.13 85.41 -
System Red Green Blue C M Y K H S L
Decimal 62 128 246 0.75 0.48 0 0.04 218.48 0.91 0.6
Hex 3E 80 F6 4B 30 0 4 DA 5B 3C
Octal 76 200 366 113 60 0 4 332 133 74
Binary 111110 10000000 11110110 1001011 110000 0 100 11011010 1011011 111100

Color Harmonies of #3E80F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E80F6

Black with #3E80F6

Text Example


Text Example

White with #3E80F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,128,246); }

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

background-color css

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

 a { background-color: rgb(62,128,246); }

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

border-color css

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

 span { border-color: rgb(62,128,246); }

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