Html Css Color HEX #3F82F1 Royal Blue

📋 copy color: '#3F82F1'

red 63 ◦ green 130 ◦ blue 241

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

Shades of Royal Blue #3F82F1

Tints of Royal Blue #3F82F1

RGB

 RED value IS 63 (25% from 255) = 14.52%

 GREEN value IS 130 (51.17% from 255) = 29.95%

 BLUE value IS 241 (94.53% from 255) = 55.53%

R = 14.52%
G = 29.95%
B = 55.53%

CMYK

 C value IS 0.74

 M value IS 0.46

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3F82F1 (or 0x3F82F1) is known color: Royal Blue. HEX triplet: 3F, 82 and F1. RGB value is (63,130,241). Sum of RGB (Red+Green+Blue) = 63+130+241=434 (57% of max value = 765). Red value is 63 (25% from 255 or 14.52% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 241 (94.53% from 255 or 55.53% from 434); Max value from RGB is 241 - color contains mainly: blue. Hex color #3F82F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F82F1 is #C07D0E. Grayscale: #7A7A7A. Windows color (decimal): -12614927 or 15827519. OLE color: 15827519.

HSL color Cylindrical-coordinate representation of color #3F82F1: hue angle of 217.42º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F82F1 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 63 130 241 -
CMYK 0.74 0.46 0 0.05
HSL 217.42º 0.86% 0.6% -
HSV(B) 217.42º 0.74% 0.95% -
XYZ 25.91 23.37 86.36 -
YUV 122.62 194.8 85.47 -
System Red Green Blue C M Y K H S L
Decimal 63 130 241 0.74 0.46 0 0.05 217.42 0.86 0.6
Hex 3F 82 F1 4A 2E 0 5 D9 56 3C
Octal 77 202 361 112 56 0 5 331 126 74
Binary 111111 10000010 11110001 1001010 101110 0 101 11011001 1010110 111100

Color Harmonies of #3F82F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F82F1

Black with #3F82F1

Text Example


Text Example

White with #3F82F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,130,241); }

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

background-color css

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

 a { background-color: rgb(63,130,241); }

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

border-color css

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

 span { border-color: rgb(63,130,241); }

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