Html Css Color HEX #3F6AFE Royal Blue

📋 copy color: '#3F6AFE'

red 63 ◦ green 106 ◦ blue 254

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

Shades of Royal Blue #3F6AFE

Tints of Royal Blue #3F6AFE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.06%

 BLUE value IS 254 (99.61% from 255) = 60.05%

R = 14.89%
G = 25.06%
B = 60.05%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3F6AFE (or 0x3F6AFE) is known color: Royal Blue. HEX triplet: 3F, 6A and FE. RGB value is (63,106,254). Sum of RGB (Red+Green+Blue) = 63+106+254=423 (56% of max value = 765). Red value is 63 (25% from 255 or 14.89% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 254 (99.61% from 255 or 60.05% from 423); Max value from RGB is 254 - color contains mainly: blue. Hex color #3F6AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F6AFE is #C09501. Grayscale: #6D6D6D. Windows color (decimal): -12621058 or 16673343. OLE color: 16673343.

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

Color convert

RGB 63 106 254 -
CMYK 0.75 0.58 0 0.00
HSL 226.49º 0.99% 0.62% -
HSV(B) 226.49º 0.75% 1% -
XYZ 25.09 18.52 96.02 -
YUV 110.02 209.25 94.47 -
System Red Green Blue C M Y K H S L
Decimal 63 106 254 0.75 0.58 0 0.00 226.49 0.99 0.62
Hex 3F 6A FE 4B 3A 0 0 E2 63 3E
Octal 77 152 376 113 72 0 0 342 143 76
Binary 111111 1101010 11111110 1001011 111010 0 0 11100010 1100011 111110

Color Harmonies of #3F6AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6AFE

Black with #3F6AFE

Text Example


Text Example

White with #3F6AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,106,254); }

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

background-color css

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

 a { background-color: rgb(63,106,254); }

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

border-color css

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

 span { border-color: rgb(63,106,254); }

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