Html Css Color HEX #3F6CFB Royal Blue

📋 copy color: '#3F6CFB'

red 63 ◦ green 108 ◦ blue 251

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

Shades of Royal Blue #3F6CFB

Tints of Royal Blue #3F6CFB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.59%

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

R = 14.93%
G = 25.59%
B = 59.48%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3F6CFB (or 0x3F6CFB) is known color: Royal Blue. HEX triplet: 3F, 6C and FB. RGB value is (63,108,251). Sum of RGB (Red+Green+Blue) = 63+108+251=422 (55% of max value = 765). Red value is 63 (25% from 255 or 14.93% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 251 (98.44% from 255 or 59.48% from 422); Max value from RGB is 251 - color contains mainly: blue. Hex color #3F6CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F6CFB is #C09304. Grayscale: #6E6E6E. Windows color (decimal): -12620549 or 16477247. OLE color: 16477247.

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

Color convert

RGB 63 108 251 -
CMYK 0.75 0.57 0 0.02
HSL 225.64º 0.96% 0.62% -
HSV(B) 225.64º 0.75% 0.98% -
XYZ 24.83 18.75 93.58 -
YUV 110.85 207.09 93.87 -
System Red Green Blue C M Y K H S L
Decimal 63 108 251 0.75 0.57 0 0.02 225.64 0.96 0.62
Hex 3F 6C FB 4B 39 0 2 E2 60 3E
Octal 77 154 373 113 71 0 2 342 140 76
Binary 111111 1101100 11111011 1001011 111001 0 10 11100010 1100000 111110

Color Harmonies of #3F6CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6CFB

Black with #3F6CFB

Text Example


Text Example

White with #3F6CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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