Html Css Color HEX #3F71FB Royal Blue

📋 copy color: '#3F71FB'

red 63 ◦ green 113 ◦ blue 251

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

Shades of Royal Blue #3F71FB

Tints of Royal Blue #3F71FB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.46%

 BLUE value IS 251 (98.44% from 255) = 58.78%

R = 14.75%
G = 26.46%
B = 58.78%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3F71FB (or 0x3F71FB) is known color: Royal Blue. HEX triplet: 3F, 71 and FB. RGB value is (63,113,251). Sum of RGB (Red+Green+Blue) = 63+113+251=427 (56% of max value = 765). Red value is 63 (25% from 255 or 14.75% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 251 (98.44% from 255 or 58.78% from 427); Max value from RGB is 251 - color contains mainly: blue. Hex color #3F71FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F71FB is #C08E04. Grayscale: #717171. Windows color (decimal): -12619269 or 16478527. OLE color: 16478527.

HSL color Cylindrical-coordinate representation of color #3F71FB: hue angle of 224.04º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F71FB is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 63 113 251 -
CMYK 0.75 0.55 0 0.02
HSL 224.04º 0.96% 0.62% -
HSV(B) 224.04º 0.75% 0.98% -
XYZ 25.37 19.83 93.76 -
YUV 113.78 205.44 91.78 -
System Red Green Blue C M Y K H S L
Decimal 63 113 251 0.75 0.55 0 0.02 224.04 0.96 0.62
Hex 3F 71 FB 4B 37 0 2 E0 60 3E
Octal 77 161 373 113 67 0 2 340 140 76
Binary 111111 1110001 11111011 1001011 110111 0 10 11100000 1100000 111110

Color Harmonies of #3F71FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F71FB

Black with #3F71FB

Text Example


Text Example

White with #3F71FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,113,251); }

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

background-color css

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

 a { background-color: rgb(63,113,251); }

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

border-color css

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

 span { border-color: rgb(63,113,251); }

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